libbpg-0.9.5
This commit is contained in:
parent
6e56352f86
commit
357f186837
35 changed files with 3022 additions and 2134 deletions
|
@ -177,6 +177,12 @@ static int decode_nal_sei_message(HEVCContext *s)
|
|||
active_parameter_sets(s);
|
||||
av_log(s->avctx, AV_LOG_DEBUG, "Skipped PREFIX SEI %d\n", payload_type);
|
||||
} else
|
||||
#endif
|
||||
#ifdef USE_FRAME_DURATION_SEI
|
||||
if (payload_type == 257) {
|
||||
/* frame duration in multiples of the frame rate period */
|
||||
s->frame_duration = get_bits(gb, 16);
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
av_log(s->avctx, AV_LOG_DEBUG, "Skipped PREFIX SEI %d\n", payload_type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue