comparison 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
comparison
equal deleted inserted replaced
10792:13c67390a846 10793:9b3ec3d1bdae
107 s->f_code = 1; 107 s->f_code = 1;
108 108
109 s->y_dc_scale_table= 109 s->y_dc_scale_table=
110 s->c_dc_scale_table= ff_mpeg1_dc_scale_table; 110 s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
111 111
112 if(s->avctx->debug&FF_DEBUG_PICT_INFO)
113 ff_h263_show_pict_info(s); 112 ff_h263_show_pict_info(s);
114 113
115 return 0; 114 return 0;
116 } 115 }
117 116