Re: [FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax

2018-12-02 Thread Mark Thompson
On 02/12/2018 20:51, Andreas Rheinhardt wrote: > Mark Thompson: >> On 01/12/2018 07:52, Andreas Rheinhardt wrote: >>> Signed-off-by: Andreas Rheinhardt >>> --- >>> https://trac.ffmpeg.org/ticket/4141#comment:9 contains a sample >>> containing Time Code SEI messages. Parsing it currently fails >>>

Re: [FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax

2018-12-02 Thread Andreas Rheinhardt
Mark Thompson: > On 01/12/2018 07:52, Andreas Rheinhardt wrote: >> Signed-off-by: Andreas Rheinhardt >> --- >> https://trac.ffmpeg.org/ticket/4141#comment:9 contains a sample >> containing Time Code SEI messages. Parsing it currently fails >> because counting_type is detected as out of range. Of c

Re: [FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax

2018-12-02 Thread Mark Thompson
On 01/12/2018 07:52, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > https://trac.ffmpeg.org/ticket/4141#comment:9 contains a sample > containing Time Code SEI messages. Parsing it currently fails > because counting_type is detected as out of range. Of course, it is not. > >

[FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax

2018-11-30 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- https://trac.ffmpeg.org/ticket/4141#comment:9 contains a sample containing Time Code SEI messages. Parsing it currently fails because counting_type is detected as out of range. Of course, it is not. libavcodec/cbs_h265_syntax_template.c | 56 ++--