]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.c
rtmpproto: fix compilation without optimizations
[ffmpeg] / libavcodec / vc1.c
index 1d75da7ae0e7fe0bc8354d10cc5a53d727c77a7d..d2bcc6af5093c6f6db82c477f1b18513b432ee00 100644 (file)
@@ -1169,8 +1169,7 @@ int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
 
         if (v->field_mode) {
             int mvmode;
-            av_log(v->s.avctx, AV_LOG_ERROR, "B Fields do not work currently\n");
-            return -1;
+            av_log(v->s.avctx, AV_LOG_DEBUG, "B Fields\n");
             if (v->extended_dmv)
                 v->dmvrange = get_unary(gb, 0, 3);
             mvmode = get_unary(gb, 1, 3);