diff options
author | Jeff Downs <heydowns@borg.com> | 2009-08-03 17:54:11 +0000 |
---|---|---|
committer | Jeff Downs <heydowns@borg.com> | 2009-08-03 17:54:11 +0000 |
commit | ca6493ab40d307a9e3d970df04adcf424f43be65 (patch) | |
tree | 53757a0348af4772627eeb100addafb9ef35b8ab /libavcodec | |
parent | d5652f38fbfbf09fcd4bcb5370899fb7cff4fd49 (diff) | |
download | ffmpeg-ca6493ab40d307a9e3d970df04adcf424f43be65.tar.gz |
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.
Originally committed as revision 19575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 45b84e028a..7c8ba1397b 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -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, |