[FFmpeg-devel] [PATCH] avformat/file: Fix handing of file URIs

2022-11-24 Thread Nick Sarnie
mpv decode the vobsub sub file name before passing to FFmpeg as well, but I have received feedback from multiple mpv developers that this is also a FFmpeg issue, so hopefully we can fix it in both places. Signed-off-by: Nick Sarnie --- libavformat/file.c | 18 -- 1 file changed

Re: [FFmpeg-devel] [PATCH] avformat/file: Fix handing of file URIs

2022-11-24 Thread Nick Sarnie
Okay, thanks. I tried asking if this patch would be accepted in IRC before posting this to prevent this kind of situation but nobody responded. I don't know enough about the codebase to implement the suggested solution, so I'll let you all decide if you want to do it. ___