libav API change: CodecID -> AVCodecID

This commit is contained in:
emeric
2014-04-07 13:58:48 +02:00
parent 4152f20b77
commit 02959ee66f
+1 -1
View File
@@ -15,7 +15,7 @@ class Codec : boost::noncopyable
public:
typedef enum CodecID Id;
typedef enum AVCodecID Id;
enum Type {
Encoder,
Decoder,