summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-04-13 03:33:39 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-04-13 03:33:39 +0000
commite44745f1a8fd94f624a42720b9960a0b197295f7 (patch)
tree8941431e60e48b016b071cc8c0376263fec016a8
parente472ea34c468e69014c9eddfc598cd499266b365 (diff)
fix indentation and remove whitespace after return
Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/mpegvideo_common.h2
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,