# HG changeset patch # User michael # Date 1185464803 0 # Node ID 842d88e745abb65d3ecf227a192e0fefa6886465 # Parent 54800e80235ad0dd5450558f4eb6d7f1fe82c238 also support DEBUG_PICT_INFO for h263i diff -r 54800e80235a -r 842d88e745ab h263.c --- a/h263.c Thu Jul 26 15:44:46 2007 +0000 +++ b/h263.c Thu Jul 26 15:46:43 2007 +0000 @@ -6149,6 +6149,9 @@ s->y_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; }