mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 15:08:09 +08:00
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:
@ -359,7 +359,7 @@ static int sctp_get_file_handle(URLContext *h)
|
||||
return s->fd;
|
||||
}
|
||||
|
||||
URLProtocol ff_sctp_protocol = {
|
||||
const URLProtocol ff_sctp_protocol = {
|
||||
.name = "sctp",
|
||||
.url_open = sctp_open,
|
||||
.url_read = sctp_read,
|
||||
|
Reference in New Issue
Block a user