summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Downs <heydowns@borg.com>2009-08-03 17:54:11 +0000
committerJeff Downs <heydowns@borg.com>2009-08-03 17:54:11 +0000
commitca6493ab40d307a9e3d970df04adcf424f43be65 (patch)
tree53757a0348af4772627eeb100addafb9ef35b8ab
parentd5652f38fbfbf09fcd4bcb5370899fb7cff4fd49 (diff)
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
-rw-r--r--libavcodec/mpegvideo_common.h1
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,