> On Mar 22, 2024, at 18:36, Anton Khirnov wrote:
>
>> Subject: Re: [FFmpeg-devel] [PATCH v6] avcodec/libx264: fix extradata when
>> config annexb=0
>
> This could really use more explanation on what exactly is broken.
Added detailed description and pushed, t
> Subject: Re: [FFmpeg-devel] [PATCH v6] avcodec/libx264: fix extradata when
> config annexb=0
This could really use more explanation on what exactly is broken.
--
Anton Khirnov
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmp
Ping. Will apply this week if no more comments.
> -Original Message-
> From: ffmpeg-devel On Behalf Of Zhao Zhili
> Sent: 2024年3月17日 11:35
> To: ffmpeg-devel@ffmpeg.org
> Cc: Zhao Zhili
> Subject: [FFmpeg-devel] [PATCH v6] avcodec/libx264: fix extradata when config
&g
From: Zhao Zhili
---
v6: use av_assert2
select golomb in configure
conditional compile in case of CONFIG_LIBX264_ENCODER=0
v5: Decode chroma_format_idc directly instead of
ff_h264_decode_seq_parameter_set
v4: Fix missing SEI in set_avcc_extradata
v3: Remove unnecessary inclusion
config