[FFmpeg-cvslog] avcodec/mpegvideo: small indent fix in vismv code

Clément Bœsch git at videolan.org
Mon Jul 7 13:06:30 CEST 2014


ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Mon Jul  7 11:26:15 2014 +0200| [7ac7e8793d3ba0865349c75904e981b3b752876f] | committer: Clément Bœsch

avcodec/mpegvideo: small indent fix in vismv code

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ac7e8793d3ba0865349c75904e981b3b752876f
---

 libavcodec/mpegvideo.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index a191daa..6b9103d 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;



More information about the ffmpeg-cvslog mailing list