diff intelh263dec.c @ 10812:238c62c8728e libavcodec

Fix indention.
author michael
date Fri, 08 Jan 2010 16:04:45 +0000
parents 9b3ec3d1bdae
children d0657e337f91
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;
 }