diff --git a/av/Codec.hpp b/av/Codec.hpp index 0b4d9431..a088aa08 100644 --- a/av/Codec.hpp +++ b/av/Codec.hpp @@ -15,7 +15,7 @@ class Codec : boost::noncopyable public: - typedef enum CodecID Id; + typedef enum AVCodecID Id; enum Type { Encoder, Decoder,