Re: [FFmpeg-devel] [PATCH v2] libavformat/data_uri: export mime_type of data urls

2023-09-05 Thread David Lou
ping On Tue, Jul 4, 2023 at 3:17 AM David Lou wrote: > Fix the fact that ffprobe no longer detects m3u8 in a data url correctly. > > For example, > > ffprobe > data:application/vnd.ap

[FFmpeg-devel] [PATCH] export mime_type of data urls

2023-07-02 Thread David Lou
provides the mime_type hls detection requires. Signed-off-by: David Lou --- libavformat/data_uri.c | 37 ++--- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/libavformat/data_uri.c b/libavformat/data_uri.c index 28eb2b9e08..fdc1a2eef9 100644 --- a

[FFmpeg-devel] [PATCH v2] libavformat/data_uri: export mime_type of data urls

2023-07-03 Thread David Lou
provides the mime_type hls detection requires. Thank you. Hopefully this patch doesn't get truncated by email again. Signed-off-by: David Lou --- libavformat/data_uri.c | 37 ++--- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/libavformat/data_