changeset 10812:238c62c8728e libavcodec

Fix indention.
author michael
date Fri, 08 Jan 2010 16:04:45 +0000
parents 4b790cd2c245
children d3ddf4acb059
files intelh263dec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/intelh263dec.c	Fri Jan 08 15:50:26 2010 +0000
+++ b/intelh263dec.c	Fri Jan 08 16:04:45 2010 +0000
@@ -109,7 +109,7 @@
     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;
 }