Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'
This commit also disables the async fate test, because it used internal APIs in a non-kosher way, which no longer exists. * commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d': lavf: reorganize URLProtocols Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
@@ -365,7 +365,7 @@ static const AVClass libsmbclient_context_class = {
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
URLProtocol ff_libsmbclient_protocol = {
|
||||
const URLProtocol ff_libsmbclient_protocol = {
|
||||
.name = "smb",
|
||||
.url_open = libsmbc_open,
|
||||
.url_read = libsmbc_read,
|
||||
|
Reference in New Issue
Block a user