]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/msnwc_tcp.c
avformat: Report the duration analysis reached
[ffmpeg] / libavformat / msnwc_tcp.c
index 9c0c3c79f4d9cd09d38d4fb2c9603d9c915369ae..b6d30feb9d6d1c97f8bd6dc5d9693d716598314f 100644 (file)
@@ -82,7 +82,7 @@ static int msnwc_tcp_read_header(AVFormatContext *ctx)
 
     codec = st->codec;
     codec->codec_type = AVMEDIA_TYPE_VIDEO;
-    codec->codec_id = CODEC_ID_MIMIC;
+    codec->codec_id = AV_CODEC_ID_MIMIC;
     codec->codec_tag = MKTAG('M', 'L', '2', '0');
 
     avpriv_set_pts_info(st, 32, 1, 1000);