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

heydowns subversion
Mon Aug 3 19:55:02 CEST 2009


Author: heydowns
Date: Mon Aug  3 19:55:02 2009
New Revision: 19576

Log:
Cosmetic: Reindent after last commit

Modified:
   trunk/libavcodec/mpegvideo_common.h

Modified: trunk/libavcodec/mpegvideo_common.h
==============================================================================
--- trunk/libavcodec/mpegvideo_common.h	Mon Aug  3 19:54:11 2009	(r19575)
+++ trunk/libavcodec/mpegvideo_common.h	Mon Aug  3 19:55:02 2009	(r19576)
@@ -315,7 +315,7 @@ if(s->quarter_sample)
                s->codec_id == CODEC_ID_MPEG1VIDEO){
                 av_log(s->avctx,AV_LOG_DEBUG,
                         "MPEG motion vector out of boundary\n");
-                    return;
+                return;
             }
             ff_emulated_edge_mc(s->edge_emu_buffer, ptr_y, s->linesize,
                                 17, 17+field_based,



More information about the ffmpeg-cvslog mailing list