avio: AVIO_ prefixes for URL_ open flags.
This commit is contained in:
@@ -85,7 +85,7 @@ static int sap_read_header(AVFormatContext *s,
|
||||
|
||||
ff_url_join(url, sizeof(url), "udp", NULL, host, port, "?localport=%d",
|
||||
port);
|
||||
ret = ffurl_open(&sap->ann_fd, url, URL_RDONLY);
|
||||
ret = ffurl_open(&sap->ann_fd, url, AVIO_RDONLY);
|
||||
if (ret)
|
||||
goto fail;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user