summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-07-13 10:45:18 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-07-21 10:05:40 +0800
commit4373bb411c1d238b8785eee0714075dc49d61980 (patch)
tree4bd532fde378f03da9f86cd4680882c0f1f94df9 /libavformat/internal.h
parent7eec3d22fc5f8f93a14a58836c5ac9f7b243e992 (diff)
lavf/avio: remove ffio_open2_wrapper function
Remove the function ffio_open2_wrapper, it's not being used anymore. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 399d0a68be..cf8c16579c 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -650,9 +650,6 @@ enum AVWriteUncodedFrameFlags {
*/
int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src);
-int ffio_open2_wrapper(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags,
- const AVIOInterruptCB *int_cb, AVDictionary **options);
-
/**
* Returned by demuxers to indicate that data was consumed but discarded
* (ignored streams or junk data). The framework will re-call the demuxer.