提交 26ef65da 编写于 作者: J Jason Garrett-Glaser 提交者: Carl Eugen Hoyos

50l: Reenable error resilience for H264 (Patch by Dark Shikari).

Originally committed as revision 16434 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 f2c214a1
......@@ -7646,7 +7646,7 @@ static int decode_frame(AVCodecContext *avctx,
* past end by one (callers fault) and resync_mb_y != 0
* causes problems for the first MB line, too.
*/
if (!avctx->codec_id == CODEC_ID_H264_VDPAU && !FIELD_PICTURE)
if (avctx->codec_id != CODEC_ID_H264_VDPAU && !FIELD_PICTURE)
ff_er_frame_end(s);
MPV_frame_end(s);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册