[FFmpeg-cvslog] r19575 - trunk/libavcodec/mpegvideo_common.h

heydowns subversion
Mon Aug 3 19:54:12 CEST 2009


Author: heydowns
Date: Mon Aug  3 19:54:11 2009
New Revision: 19575

Log:
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.

Modified:
   trunk/libavcodec/mpegvideo_common.h

Modified: trunk/libavcodec/mpegvideo_common.h
==============================================================================
--- trunk/libavcodec/mpegvideo_common.h	Mon Aug  3 19:15:01 2009	(r19574)
+++ trunk/libavcodec/mpegvideo_common.h	Mon Aug  3 19:54:11 2009	(r19575)
@@ -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,



More information about the ffmpeg-cvslog mailing list