summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_common.h
diff options
context:
space:
mode:
authorJeff Downs <heydowns@borg.com>2009-08-03 17:55:02 +0000
committerJeff Downs <heydowns@borg.com>2009-08-03 17:55:02 +0000
commit81b44c42d5d96de9cb4125ddb01e9142e9c30c64 (patch)
treefe36ae3ce8c93ba9e765e38347d36fde5d6cb5fb /libavcodec/mpegvideo_common.h
parentca6493ab40d307a9e3d970df04adcf424f43be65 (diff)
Cosmetic: Reindent after last commit
Originally committed as revision 19576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_common.h')
-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 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,