changeset 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
files h263.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }