comparison 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
comparison
equal deleted inserted replaced
9788:b9563486a234 9789:391014285c25
6889 } 6889 }
6890 if(h->sps.time_offset_length > 0) 6890 if(h->sps.time_offset_length > 0)
6891 skip_bits(&s->gb, h->sps.time_offset_length); /* time_offset */ 6891 skip_bits(&s->gb, h->sps.time_offset_length); /* time_offset */
6892 } 6892 }
6893 } 6893 }
6894
6895 if(s->avctx->debug & FF_DEBUG_PICT_INFO)
6896 av_log(s->avctx, AV_LOG_DEBUG, "ct_type:%X pic_struct:%d\n", h->sei_ct_type, h->sei_pic_struct);
6894 } 6897 }
6895 return 0; 6898 return 0;
6896 } 6899 }
6897 6900
6898 static int decode_unregistered_user_data(H264Context *h, int size){ 6901 static int decode_unregistered_user_data(H264Context *h, int size){