comparison h263.c @ 5404:842d88e745ab libavcodec

also support DEBUG_PICT_INFO for h263i
author michael
date Thu, 26 Jul 2007 15:46:43 +0000
parents 54800e80235a
children f15e5b4909e1
comparison
equal deleted inserted replaced
5403:54800e80235a 5404:842d88e745ab
6147 s->f_code = 1; 6147 s->f_code = 1;
6148 6148
6149 s->y_dc_scale_table= 6149 s->y_dc_scale_table=
6150 s->c_dc_scale_table= ff_mpeg1_dc_scale_table; 6150 s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
6151 6151
6152 if(s->avctx->debug&FF_DEBUG_PICT_INFO)
6153 show_pict_info(s);
6154
6152 return 0; 6155 return 0;
6153 } 6156 }
6154 6157
6155 int flv_h263_decode_picture_header(MpegEncContext *s) 6158 int flv_h263_decode_picture_header(MpegEncContext *s)
6156 { 6159 {