Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:42:38 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-19 20:28:38 +0400
commit4df001d77f8f39d2914b21f14ca2236b0ffd6a48 (patch)
tree88004750d09af4c3bca4b611b11fc1994e121cde /libavformat/avformat.h
parent5048e36c994663f7f4977efc48c3eec601654e5a (diff)
lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index dae56c6037..3e47285267 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1043,13 +1043,6 @@ int av_open_input_file(AVFormatContext **ic_ptr, const char *filename,
int buf_size,
AVFormatParameters *ap);
-#if FF_API_ALLOC_FORMAT_CONTEXT
-/**
- * @deprecated Use avformat_alloc_context() instead.
- */
-attribute_deprecated AVFormatContext *av_alloc_format_context(void);
-#endif
-
/**
* Allocate an AVFormatContext.
* avformat_free_context() can be used to free the context and everything