diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-04-13 03:33:39 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-04-13 03:33:39 +0000 |
commit | e44745f1a8fd94f624a42720b9960a0b197295f7 (patch) | |
tree | 8941431e60e48b016b071cc8c0376263fec016a8 /libavcodec | |
parent | e472ea34c468e69014c9eddfc598cd499266b365 (diff) | |
download | ffmpeg-e44745f1a8fd94f624a42720b9960a0b197295f7.tar.gz |
fix indentation and remove whitespace after return
Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 7173c8b304..45b84e028a 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -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, |