Re: [FFmpeg-devel] [PATCH] avformat/hls: Fix twitter

2025-02-06 Thread Michael Niedermayer
On Thu, Feb 06, 2025 at 08:17:05PM +0800, Steven Liu wrote: > Michael Niedermayer 于2025年2月6日周四 20:10写道: > > > > Allow mp4 with all mpegts extensions > > > > Fixes: Ticket11435 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/hls.c | 4 ++-- > > 1 file changed, 2 insertions(+),

Re: [FFmpeg-devel] [PATCH] avformat/hls: Fix twitter

2025-02-06 Thread Steven Liu
Michael Niedermayer 于2025年2月6日周四 20:10写道: > > Allow mp4 with all mpegts extensions > > Fixes: Ticket11435 > > Signed-off-by: Michael Niedermayer > --- > libavformat/hls.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index 8e

[FFmpeg-devel] [PATCH] avformat/hls: Fix twitter

2025-02-06 Thread Michael Niedermayer
Allow mp4 with all mpegts extensions Fixes: Ticket11435 Signed-off-by: Michael Niedermayer --- libavformat/hls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 8eae64b787e..3bdc1bc8489 100644 --- a/libavformat/hls.c +++ b/liba