Mercurial > libavcodec.hg
changeset 9789:391014285c25 libavcodec
Print ct_type and pic_struct.
author | michael |
---|---|
date | Wed, 03 Jun 2009 19:23:34 +0000 |
parents | b9563486a234 |
children | 3fbd5452cbd1 |
files | h264.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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; }