提交 0eb7d780 编写于 作者: M Michael Niedermayer

remove "Advanced Prediction Mode not supported" spam

Originally committed as revision 9805 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 59ba3fd0
...@@ -6124,11 +6124,7 @@ int intel_h263_decode_picture_header(MpegEncContext *s) ...@@ -6124,11 +6124,7 @@ int intel_h263_decode_picture_header(MpegEncContext *s)
av_log(s->avctx, AV_LOG_ERROR, "SAC not supported\n"); av_log(s->avctx, AV_LOG_ERROR, "SAC not supported\n");
return -1; /* SAC: off */ return -1; /* SAC: off */
} }
if (get_bits1(&s->gb) != 0) { s->obmc= get_bits1(&s->gb);
s->obmc= 1;
av_log(s->avctx, AV_LOG_ERROR, "Advanced Prediction Mode not supported\n");
// return -1; /* advanced prediction mode: off */
}
if (get_bits1(&s->gb) != 0) { if (get_bits1(&s->gb) != 0) {
av_log(s->avctx, AV_LOG_ERROR, "PB frame mode no supported\n"); av_log(s->avctx, AV_LOG_ERROR, "PB frame mode no supported\n");
return -1; /* PB frame mode */ return -1; /* PB frame mode */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册