mirror of https://github.com/FFmpeg/FFmpeg.git
In url_find_protocol(), proto_str is either "file" or a string
consisting of only the characters in URL_SCHEME_CHARS, which does not
include ','. Therefore the strchr(proto_str, ',') call always returns
NULL.
Note: The code was added in commit
6161c41817
.
Signed-off-by: Wan-Teh Chang <wtc@google.com>
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
pull/265/head
parent
b406f387c8
commit
2f84f40d45
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue