diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index c354771af2..1ed5831e78 100644 --- a/libavformat/avio_internal.h +++ b/libavformat/avio_internal.h @@ -157,7 +157,4 @@ int ffio_close_null_buf(AVIOContext *s); */ void ffio_free_dyn_buf(AVIOContext **s); -int ffio_open2_wrapper(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags, - const AVIOInterruptCB *int_cb, AVDictionary **options); - #endif /* AVFORMAT_AVIO_INTERNAL_H */ diff --git a/libavformat/internal.h b/libavformat/internal.h index c8d2354820..d665cbdab0 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -487,4 +487,7 @@ enum AVWriteUncodedFrameFlags { */ int ff_copy_whitelists(AVFormatContext *dst, AVFormatContext *src); +int ffio_open2_wrapper(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags, + const AVIOInterruptCB *int_cb, AVDictionary **options); + #endif /* AVFORMAT_INTERNAL_H */