]> git.sesse.net Git - mlt/commitdiff
Fix compile error on older versions of FFmepg and Libav.
authorDan Dennedy <dan@dennedy.org>
Sun, 23 Jun 2013 21:43:35 +0000 (14:43 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 23 Jun 2013 21:43:35 +0000 (14:43 -0700)
src/modules/avformat/consumer_avformat.c

index bdfd556dc744aa3fa66c93150c076826ab7464a9..ff7a2c72f7787215f1b41dc7d320a585dfbc1d41 100644 (file)
@@ -62,6 +62,7 @@
 #define AV_CODEC_ID_NONE      CODEC_ID_NONE
 #define AV_CODEC_ID_AC3       CODEC_ID_AC3
 #define AV_CODEC_ID_VORBIS    CODEC_ID_VORBIS
+#define AV_CODEC_ID_RAWVIDEO  CODEC_ID_RAWVIDEO
 #endif
 
 #define MAX_AUDIO_STREAMS (8)