Просмотр исходного кода

Cosmetic: Reindent after last commit

Originally committed as revision 19576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs 15 лет назад
Родитель
Сommit
81b44c42d5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libavcodec/mpegvideo_common.h

+ 1 - 1
libavcodec/mpegvideo_common.h

@@ -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,