mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avio: make url_close() internal.
This commit is contained in:
@@ -786,7 +786,7 @@ static int rtmp_close(URLContext *h)
|
||||
gen_delete_stream(h, rt);
|
||||
|
||||
av_freep(&rt->flv_data);
|
||||
url_close(rt->stream);
|
||||
ffurl_close(rt->stream);
|
||||
av_free(rt);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user