[SCM] libav/experimental: Fix indention.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:06 UTC 2013


The following commit has been merged in the experimental branch:
commit e75d233506a044b1fcf81250d0941a2176fe6399
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Jan 8 16:04:45 2010 +0000

    Fix indention.
    
    Originally committed as revision 21091 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c
index 08defb3..fb7aaaf 100644
--- a/libavcodec/intelh263dec.c
+++ b/libavcodec/intelh263dec.c
@@ -109,7 +109,7 @@ int ff_intel_h263_decode_picture_header(MpegEncContext *s)
     s->y_dc_scale_table=
     s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
 
-        ff_h263_show_pict_info(s);
+    ff_h263_show_pict_info(s);
 
     return 0;
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list