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 *