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:
@@ -605,7 +605,7 @@ static int rtp_get_multi_file_handle(URLContext *h, int **handles,
|
||||
return 0;
|
||||
}
|
||||
|
||||
URLProtocol ff_rtp_protocol = {
|
||||
const URLProtocol ff_rtp_protocol = {
|
||||
.name = "rtp",
|
||||
.url_open = rtp_open,
|
||||
.url_read = rtp_read,
|
||||
|
||||
Reference in New Issue
Block a user