From 81b44c42d5d96de9cb4125ddb01e9142e9c30c64 Mon Sep 17 00:00:00 2001 From: Jeff Downs Date: Mon, 3 Aug 2009 17:55:02 +0000 Subject: Cosmetic: Reindent after last commit Originally committed as revision 19576 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 7c8ba1397b..5ce60dc64c 100644 --- a/libavcodec/mpegvideo_common.h +++ b/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, -- cgit v1.2.3