]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/c93.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / c93.c
index 5a044d9d3d3da8c833999bd525910da95d7c2dff..66516e9c39f8f86755e10e812d5f901f695008a1 100644 (file)
@@ -84,7 +84,7 @@ static int read_header(AVFormatContext *s)
         return AVERROR(ENOMEM);
 
     video->codec->codec_type = AVMEDIA_TYPE_VIDEO;
-    video->codec->codec_id = CODEC_ID_C93;
+    video->codec->codec_id = AV_CODEC_ID_C93;
     video->codec->width = 320;
     video->codec->height = 192;
     /* 4:3 320x200 with 8 empty lines */