Re: [FFmpeg-devel] [PATCH 3/5] avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEI

2019-04-16 Thread James Almer
On 4/16/2019 8:00 PM, Mark Thompson wrote: > On 15/04/2019 22:17, James Almer wrote: >> The spec defines it as a signed value. >> >> Signed-off-by: James Almer >> --- >> The only sample i could find with time_offset values it's in the fate suite, >> and in all cases it's 0. >> >> libavcodec/cbs_h

Re: [FFmpeg-devel] [PATCH 3/5] avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEI

2019-04-16 Thread Mark Thompson
On 15/04/2019 22:17, James Almer wrote: > The spec defines it as a signed value. > > Signed-off-by: James Almer > --- > The only sample i could find with time_offset values it's in the fate suite, > and in all cases it's 0. > > libavcodec/cbs_h264.h | 2 +- > libavcodec/cbs_h264

[FFmpeg-devel] [PATCH 3/5] avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEI

2019-04-15 Thread James Almer
The spec defines it as a signed value. Signed-off-by: James Almer --- The only sample i could find with time_offset values it's in the fate suite, and in all cases it's 0. libavcodec/cbs_h264.h | 2 +- libavcodec/cbs_h264_syntax_template.c | 5 +++-- 2 files changed, 4 insertion