diff mbox series

[FFmpeg-devel] avformat/internal: Remove declaration for ff_format_io_close_default()

Message ID AS8P250MB07446BAE58381EE5E1F2CC828F2A2@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 53a51e70f27b6af5b051b51de4b1e246cf6003c7
Headers show
Series [FFmpeg-devel] avformat/internal: Remove declaration for ff_format_io_close_default() | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt March 13, 2024, 2:34 p.m. UTC
Forgotten in d6799ee0e41dee35ebf9c664173aed8e3ab24141.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavformat/internal.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Andreas Rheinhardt March 14, 2024, 9:42 p.m. UTC | #1
Andreas Rheinhardt:
> Forgotten in d6799ee0e41dee35ebf9c664173aed8e3ab24141.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>  libavformat/internal.h | 4 ----
>  1 file changed, 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
>   *

Will apply.

- Andreas
diff mbox series

Patch

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
  *