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:
@@ -401,7 +401,7 @@ static int64_t mmsh_seek(URLContext *h, int64_t pos, int whence)
|
||||
return AVERROR(ENOSYS);
|
||||
}
|
||||
|
||||
URLProtocol ff_mmsh_protocol = {
|
||||
const URLProtocol ff_mmsh_protocol = {
|
||||
.name = "mmsh",
|
||||
.url_open = mmsh_open,
|
||||
.url_read = mmsh_read,
|
||||
|
||||
Reference in New Issue
Block a user