Re: [FFmpeg-devel] [PATCH] avcodec/cbs_av1: add missing value range constrains to timecode Metadata OBU

2019-04-28 Thread James Almer
On 4/28/2019 7:28 PM, Mark Thompson wrote: > On 17/04/2019 16:48, James Almer wrote: >> Also infer the value time_offset_length as 0 when it's not present. >> >> Signed-off-by: James Almer >> --- >> Fun thing, this metadata OBU is clearly based on the H264/5 timecode SEI, yet >>

Re: [FFmpeg-devel] [PATCH] avcodec/cbs_av1: add missing value range constrains to timecode Metadata OBU

2019-04-28 Thread Mark Thompson
On 17/04/2019 16:48, James Almer wrote: > Also infer the value time_offset_length as 0 when it's not present. > > Signed-off-by: James Almer > --- > Fun thing, this metadata OBU is clearly based on the H264/5 timecode SEI, yet > time_offset_length is unsigned here :p > >