Re: [FFmpeg-devel] [PATCH] Extract av_hls_codec_attr

2023-11-02 Thread Zhao Zhili
> 在 2023年11月3日,下午1:21,Romain Beauxis 写道: > > Le mar. 31 oct. 2023 à 11:47, Zhao Zhili a écrit : >> >> >>> From: ffmpeg-devel On Behalf Of Romain >>> Beauxis >>> Sent: 2023年10月30日 9:06 >>> To: ffmpeg-devel@ffmpeg.org >>&g

Re: [FFmpeg-devel] [PATCH] Extract av_hls_codec_attr

2023-11-02 Thread Romain Beauxis
Le mar. 31 oct. 2023 à 11:47, Zhao Zhili a écrit : > > > > From: ffmpeg-devel On Behalf Of Romain > > Beauxis > > Sent: 2023年10月30日 9:06 > > To: ffmpeg-devel@ffmpeg.org > > Cc: Romain Beauxis > > Subject: [FFmpeg-devel] [PATCH] Extract av_hls_codec

Re: [FFmpeg-devel] [PATCH] Extract av_hls_codec_attr

2023-11-02 Thread Romain Beauxis
Le mar. 31 oct. 2023 à 08:28, Michael Niedermayer a écrit : > > On Sun, Oct 29, 2023 at 08:05:50PM -0500, Romain Beauxis wrote: > > The logic for extracting HLS codec attribute strings is very useful and > > can be re-used in many different situations when working with HLS > > streams using

Re: [FFmpeg-devel] [PATCH] Extract av_hls_codec_attr

2023-10-31 Thread Zhao Zhili
> From: ffmpeg-devel On Behalf Of Romain > Beauxis > Sent: 2023年10月30日 9:06 > To: ffmpeg-devel@ffmpeg.org > Cc: Romain Beauxis > Subject: [FFmpeg-devel] [PATCH] Extract av_hls_codec_attr > > The logic for extracting HLS codec attribute strings is very useful and

Re: [FFmpeg-devel] [PATCH] Extract av_hls_codec_attr

2023-10-31 Thread Michael Niedermayer
On Sun, Oct 29, 2023 at 08:05:50PM -0500, Romain Beauxis wrote: > The logic for extracting HLS codec attribute strings is very useful and > can be re-used in many different situations when working with HLS > streams using libavcodec/libavformat. > > This patch extracts the function's code and

[FFmpeg-devel] [PATCH] Extract av_hls_codec_attr

2023-10-29 Thread Romain Beauxis
The logic for extracting HLS codec attribute strings is very useful and can be re-used in many different situations when working with HLS streams using libavcodec/libavformat. This patch extracts the function's code and places it into a publicly available function. --- libavcodec/Makefile |