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
>>>
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
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.
>
>
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 ++--