Re: [libav-devel] [PATCH] file protocol: handle the file: protocol string in file_check

2016-10-13 Thread Martin Storsjö
On Thu, 13 Oct 2016, Anton Khirnov wrote: This is consistent with what file_open() does. CC: libav-sta...@libav.org --- libavformat/file.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) LGTM // Martin ___ libav-devel mailing list

[libav-devel] [PATCH] file protocol: handle the file: protocol string in file_check

2016-10-13 Thread Anton Khirnov
This is consistent with what file_open() does. CC: libav-sta...@libav.org --- libavformat/file.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/file.c b/libavformat/file.c index 8683c1b..27ce4de 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@