mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
avcodec/mpegvideo: small indent fix in vismv code
This commit is contained in:
parent
5f4dbf3c10
commit
7ac7e8793d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user