mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 20:16:42 +08:00
Switch uses of av_fopen_utf8 to avpriv_fopen_utf8
The former has been deprecated. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -139,7 +139,7 @@ static int populate_ipfs_gateway(URLContext *h)
|
||||
}
|
||||
|
||||
// Get the contents of the gateway file.
|
||||
gateway_file = av_fopen_utf8(ipfs_gateway_file, "r");
|
||||
gateway_file = avpriv_fopen_utf8(ipfs_gateway_file, "r");
|
||||
if (!gateway_file) {
|
||||
av_log(h, AV_LOG_WARNING,
|
||||
"The IPFS gateway file (full uri: %s) doesn't exist. "
|
||||
|
||||
Reference in New Issue
Block a user