summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index d46368228c..acda79821a 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -653,15 +653,6 @@ int ff_rename(const char *url_src, const char *url_dst, void *logctx);
int ff_alloc_extradata(AVCodecParameters *par, int size);
/**
- * Allocate extradata with additional AV_INPUT_BUFFER_PADDING_SIZE at end
- * which is always set to 0 and fill it from pb.
- *
- * @param size size of extradata
- * @return >= 0 if OK, AVERROR_xxx on error
- */
-int ff_get_extradata(void *logctx, AVCodecParameters *par, AVIOContext *pb, int size);
-
-/**
* Copies the whilelists from one context to the other
*/
int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src);