[FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax
Andreas Rheinhardt
andreas.rheinhardt at googlemail.com
Sun Dec 2 22:51:00 EET 2018
Mark Thompson:
> On 01/12/2018 07:52, Andreas Rheinhardt wrote:
>> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at googlemail.com>
>> ---
>> 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 ++++++++++++++-------------
>> 1 file changed, 30 insertions(+), 26 deletions(-)
>
> Oops. Yep, applied.
>
> Do you happen to have a sample which could be included as a fate test? Most of the other SEI messages are found in the standard conformance test suite and therefore get tested by it, but this one isn't.
>
> Thanks,
>
> - Mark
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
As has already been said in the quoted section: Ticket 4141 contains
such a sample. This is also the sample that made me investigate this.
- Andreas
More information about the ffmpeg-devel
mailing list