diff intelh263dec.c @ 10793:9b3ec3d1bdae libavcodec

Factorize if() surrounding every ff_h263_show_pict_info() call.
author michael
date Thu, 07 Jan 2010 14:55:11 +0000
parents 48adb5a1b47b
children 238c62c8728e
line wrap: on
line diff
--- a/intelh263dec.c	Thu Jan 07 06:32:34 2010 +0000
+++ b/intelh263dec.c	Thu Jan 07 14:55:11 2010 +0000
@@ -109,7 +109,6 @@
     s->y_dc_scale_table=
     s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
 
-    if(s->avctx->debug&FF_DEBUG_PICT_INFO)
         ff_h263_show_pict_info(s);
 
     return 0;