Print ct_type and pic_struct.

Originally committed as revision 19081 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 16 years ago
parent ad5caf3ab7
commit 4d95ae1882
  1. 3
      libavcodec/h264.c

@ -6891,6 +6891,9 @@ static int decode_picture_timing(H264Context *h){
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;
}

Loading…
Cancel
Save