diff vc1.c @ 12127:9ba7d2a5b20a libavcodec

Make WMV3 decoder print more errors when decoding beta WMV9 files. As a side effect it will also decode a lot of P-frames from those.
author kostya
date Sat, 10 Jul 2010 14:36:53 +0000
parents 7dd2a45249a9
children 5915f4f0e172
line wrap: on
line diff
--- a/vc1.c	Sat Jul 10 14:26:37 2010 +0000
+++ b/vc1.c	Sat Jul 10 14:36:53 2010 +0000
@@ -388,7 +388,7 @@
 //            av_log(avctx, AV_LOG_ERROR,
 //                   "0 for reserved RES_RTM_FLAG is forbidden\n");
         av_log(avctx, AV_LOG_ERROR,
-               "Old WMV3 version detected, only I-frames will be decoded\n");
+               "Old WMV3 version detected, some frames may be decoded incorrectly\n");
         //return -1;
     }
     //TODO: figure out what they mean (always 0x402F)