Re: [FFmpeg-devel] [PATCHv2 3/4] avcodec/svq1enc: output ident string in extradata field

2022-10-20 Thread Peter Ross
On Wed, Oct 19, 2022 at 10:42:39PM -0300, James Almer wrote: > On 10/19/2022 10:30 PM, Peter Ross wrote: > > This will enable the acurate identification of FFmpeg produced > > SVQ1 streams, should there be new bugs found in the encoder. > > --- > > libavcodec/svq1enc.c | 9 + > > 1 file

Re: [FFmpeg-devel] [PATCHv2 3/4] avcodec/svq1enc: output ident string in extradata field

2022-10-19 Thread James Almer
On 10/19/2022 10:30 PM, Peter Ross wrote: This will enable the acurate identification of FFmpeg produced SVQ1 streams, should there be new bugs found in the encoder. --- libavcodec/svq1enc.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavcodec/svq1enc.c b/libavcodec/svq1enc.

[FFmpeg-devel] [PATCHv2 3/4] avcodec/svq1enc: output ident string in extradata field

2022-10-19 Thread Peter Ross
This will enable the acurate identification of FFmpeg produced SVQ1 streams, should there be new bugs found in the encoder. --- libavcodec/svq1enc.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavcodec/svq1enc.c b/libavcodec/svq1enc.c index 9bd5a04368..6aacaef88d 100644 --- a/li