diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:22:45 +0100 |
commit | 0a7c4daf469d4ac447fb822fe78337f62f4c04e6 (patch) | |
tree | 853fcc3bf22fc07cb4f3342f8adecdfc8fb50218 /libavformat/utils.c | |
parent | d6ed604cf4ca86ed345125b26eb5bdeea6d6bf68 (diff) | |
download | ffmpeg-streaming-0a7c4daf469d4ac447fb822fe78337f62f4c04e6.zip ffmpeg-streaming-0a7c4daf469d4ac447fb822fe78337f62f4c04e6.tar.gz |
lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 61802a8..e74fa9e 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2705,13 +2705,6 @@ void avformat_free_context(AVFormatContext *s) av_free(s); } -#if FF_API_CLOSE_INPUT_FILE -void av_close_input_file(AVFormatContext *s) -{ - avformat_close_input(&s); -} -#endif - void avformat_close_input(AVFormatContext **ps) { AVFormatContext *s = *ps; |