diff --git a/libavcodec/h263.c b/libavcodec/h263.c index 992affc57d56c616f9d488ce0452ddeb6abd1a80..3f513d27a920ea98fd8880aad5ad0368bfba42fa 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -6149,6 +6149,9 @@ int intel_h263_decode_picture_header(MpegEncContext *s) 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; }