mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avformat/internal: Remove declaration for ff_format_io_close_default()
Forgotten in d6799ee0e4.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
78e2be2377
commit
53a51e70f2
1 changed files with 0 additions and 4 deletions
|
|
@ -719,10 +719,6 @@ int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src);
|
||||||
*/
|
*/
|
||||||
int ff_format_io_close(AVFormatContext *s, AVIOContext **pb);
|
int ff_format_io_close(AVFormatContext *s, AVIOContext **pb);
|
||||||
|
|
||||||
/* Default io_close callback, not to be used directly, use ff_format_io_close
|
|
||||||
* instead. */
|
|
||||||
void ff_format_io_close_default(AVFormatContext *s, AVIOContext *pb);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility function to check if the file uses http or https protocol
|
* Utility function to check if the file uses http or https protocol
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue