Commit d3fb9f59 authored by heydowns's avatar heydowns

Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master

issue 1221 for details.
Briefly, out of bounds field mvs in field pictures would cause a crash.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19575 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 40d503dd
......@@ -315,7 +315,6 @@ if(s->quarter_sample)
s->codec_id == CODEC_ID_MPEG1VIDEO){
av_log(s->avctx,AV_LOG_DEBUG,
"MPEG motion vector out of boundary\n");
if(!s->chroma_y_shift)
return;
}
ff_emulated_edge_mc(s->edge_emu_buffer, ptr_y, s->linesize,
......
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