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