libav API change: CodecID -> AVCodecID
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ class Codec : boost::noncopyable
|
||||
|
||||
public:
|
||||
|
||||
typedef enum CodecID Id;
|
||||
typedef enum AVCodecID Id;
|
||||
enum Type {
|
||||
Encoder,
|
||||
Decoder,
|
||||
|
||||
Reference in New Issue
Block a user