diff h264.c @ 9789:391014285c25 libavcodec

Print ct_type and pic_struct.
author michael
date Wed, 03 Jun 2009 19:23:34 +0000
parents 67f917b48068
children 3fbd5452cbd1
line wrap: on
line diff
--- a/h264.c	Wed Jun 03 18:50:46 2009 +0000
+++ b/h264.c	Wed Jun 03 19:23:34 2009 +0000
@@ -6891,6 +6891,9 @@
                     skip_bits(&s->gb, h->sps.time_offset_length); /* time_offset */
             }
         }
+
+        if(s->avctx->debug & FF_DEBUG_PICT_INFO)
+            av_log(s->avctx, AV_LOG_DEBUG, "ct_type:%X pic_struct:%d\n", h->sei_ct_type, h->sei_pic_struct);
     }
     return 0;
 }