diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 12:42:38 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:28:38 +0200 |
commit | 4df001d77f8f39d2914b21f14ca2236b0ffd6a48 (patch) | |
tree | 88004750d09af4c3bca4b611b11fc1994e121cde /libavformat/options.c | |
parent | 5048e36c994663f7f4977efc48c3eec601654e5a (diff) | |
download | ffmpeg-4df001d77f8f39d2914b21f14ca2236b0ffd6a48.tar.gz |
lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
Diffstat (limited to 'libavformat/options.c')
-rw-r--r-- | libavformat/options.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/options.c b/libavformat/options.c index 40edcec762..2192ff6575 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -84,10 +84,3 @@ AVFormatContext *avformat_alloc_context(void) ic->av_class = &av_format_context_class; return ic; } - -#if FF_API_ALLOC_FORMAT_CONTEXT -AVFormatContext *av_alloc_format_context(void) -{ - return avformat_alloc_context(); -} -#endif |