avio: make url_close() internal.
This commit is contained in:
@@ -464,7 +464,7 @@ static int mms_close(URLContext *h)
|
||||
MMSContext *mms = &mmst->mms;
|
||||
if(mms->mms_hd) {
|
||||
send_close_packet(mmst);
|
||||
url_close(mms->mms_hd);
|
||||
ffurl_close(mms->mms_hd);
|
||||
}
|
||||
|
||||
/* free all separately allocated pointers in mms */
|
||||
|
Reference in New Issue
Block a user