summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2014-07-07 11:26:15 +0200
committerClément Bœsch <clement@stupeflix.com>2014-07-07 11:26:26 +0200
commit7ac7e8793d3ba0865349c75904e981b3b752876f (patch)
treedd5d53dfbffe5ff45ba7463c7b373c6ee9ec7a7b /libavcodec/mpegvideo.c
parent5f4dbf3c1030df7088f940730d2885bb6f46d718 (diff)
avcodec/mpegvideo: small indent fix in vismv code
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index a191daa22d..6b9103da85 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -2224,8 +2224,8 @@ void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_
if (IS_INTERLACED(mbtype_table[mb_index]))
my *= 2;
- draw_arrow(ptr, sx, sy, mx + sx, my + sy, width,
- height, pict->linesize[0], 100);
+ draw_arrow(ptr, sx, sy, mx + sx, my + sy, width,
+ height, pict->linesize[0], 100);
}
} else if (IS_8X16(mbtype_table[mb_index])) {
int i;