Re: [FFmpeg-devel] [PATCH 2/3] avformat: add ff_match_url_ext()

2023-05-15 Thread Michael Niedermayer
On Sun, May 14, 2023 at 11:10:00PM -0400, Leo Izen wrote: > On 5/14/23 20:05, Michael Niedermayer wrote: > > Match url against a list of extensions similar to av_match_ext() > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/format.c | 25 + > > libavf

Re: [FFmpeg-devel] [PATCH 2/3] avformat: add ff_match_url_ext()

2023-05-14 Thread Leo Izen
On 5/14/23 20:05, Michael Niedermayer wrote: Match url against a list of extensions similar to av_match_ext() Signed-off-by: Michael Niedermayer --- libavformat/format.c | 25 + libavformat/internal.h | 9 + 2 files changed, 34 insertions(+) diff --git a/

[FFmpeg-devel] [PATCH 2/3] avformat: add ff_match_url_ext()

2023-05-14 Thread Michael Niedermayer
Match url against a list of extensions similar to av_match_ext() Signed-off-by: Michael Niedermayer --- libavformat/format.c | 25 + libavformat/internal.h | 9 + 2 files changed, 34 insertions(+) diff --git a/libavformat/format.c b/libavformat/format.c index