OSDN Git Service

fix indentation and remove whitespace after return
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 13 Apr 2009 03:33:39 +0000 (03:33 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 13 Apr 2009 03:33:39 +0000 (03:33 +0000)
Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo_common.h

index 7173c8b..45b84e0 100644 (file)
@@ -316,7 +316,7 @@ if(s->quarter_sample)
                 av_log(s->avctx,AV_LOG_DEBUG,
                         "MPEG motion vector out of boundary\n");
                 if(!s->chroma_y_shift)
-                return ;
+                    return;
             }
             ff_emulated_edge_mc(s->edge_emu_buffer, ptr_y, s->linesize,
                                 17, 17+field_based,