Commit cb016893 authored by michael's avatar michael

Print ct_type and pic_struct.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19081 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent caa975af
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment