Commit 37877f02 authored by michael's avatar michael

also support DEBUG_PICT_INFO for h263i


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2670d4dd
...@@ -6149,6 +6149,9 @@ int intel_h263_decode_picture_header(MpegEncContext *s) ...@@ -6149,6 +6149,9 @@ int intel_h263_decode_picture_header(MpegEncContext *s)
s->y_dc_scale_table= s->y_dc_scale_table=
s->c_dc_scale_table= ff_mpeg1_dc_scale_table; s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
if(s->avctx->debug&FF_DEBUG_PICT_INFO)
show_pict_info(s);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment