From e44745f1a8fd94f624a42720b9960a0b197295f7 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 13 Apr 2009 03:33:39 +0000 Subject: fix indentation and remove whitespace after return Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegvideo_common.h') 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, -- cgit v1.2.1