mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avio: make url_close() internal.
This commit is contained in:
@@ -59,7 +59,7 @@ static int sap_write_close(AVFormatContext *s)
|
||||
|
||||
av_freep(&sap->ann);
|
||||
if (sap->ann_fd)
|
||||
url_close(sap->ann_fd);
|
||||
ffurl_close(sap->ann_fd);
|
||||
ff_network_close();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user