libbpg-0.9.5

This commit is contained in:
King_DuckZ 2015-01-16 13:48:11 +01:00
parent 6e56352f86
commit 357f186837
35 changed files with 3022 additions and 2134 deletions

View file

@ -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);