projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4dbf3
)
avcodec/mpegvideo: small indent fix in vismv code
author
Clément Bœsch
<clement@stupeflix.com>
Mon, 7 Jul 2014 09:26:15 +0000
(11:26 +0200)
committer
Clément Bœsch
<clement@stupeflix.com>
Mon, 7 Jul 2014 09:26:26 +0000
(11:26 +0200)
libavcodec/mpegvideo.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegvideo.c
b/libavcodec/mpegvideo.c
index
a191daa
..
6b9103d
100644
(file)
--- 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;