summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-07-26 15:46:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-07-26 15:46:43 +0000
commit59ba3fd0b64b73e6717a483db549bf7882af81c3 (patch)
tree971fdc9e394595f1369d9da486ef994fc2c1ea37 /libavcodec/h263.c
parent1be7c87fdd1cf4ce345f91568e6eb020aaedd0d5 (diff)
also support DEBUG_PICT_INFO for h263i
Originally committed as revision 9804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index 992affc57d..3f513d27a9 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;
}