mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01: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:
@@ -209,7 +209,7 @@ static const AVClass icecast_context_class = {
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
URLProtocol ff_icecast_protocol = {
|
||||
const URLProtocol ff_icecast_protocol = {
|
||||
.name = "icecast",
|
||||
.url_open = icecast_open,
|
||||
.url_write = icecast_write,
|
||||
|
||||
Reference in New Issue
Block a user