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
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/
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