Commit 4cb4507f authored by cehoyos's avatar cehoyos

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16434 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 634b0984
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment