diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-13 15:33:49 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-14 22:53:50 +0100 |
commit | 53a51e70f27b6af5b051b51de4b1e246cf6003c7 (patch) | |
tree | 76604d2b08534267aef36afe1b2e759fff6a2a01 /libavformat | |
parent | 78e2be23774c41941462dd6e54229825ea9011f2 (diff) | |
download | ffmpeg-53a51e70f27b6af5b051b51de4b1e246cf6003c7.tar.gz |
avformat/internal: Remove declaration for ff_format_io_close_default()
Forgotten in d6799ee0e41dee35ebf9c664173aed8e3ab24141.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 2e59036a53..e5f8337130 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -719,10 +719,6 @@ int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src); */ 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 * |