summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-23 08:20:12 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-11 18:22:45 +0100
commit0a7c4daf469d4ac447fb822fe78337f62f4c04e6 (patch)
tree853fcc3bf22fc07cb4f3342f8adecdfc8fb50218 /libavformat/avformat.h
parentd6ed604cf4ca86ed345125b26eb5bdeea6d6bf68 (diff)
lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 097d506a82..32d9c0c195 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1386,17 +1386,6 @@ int av_read_play(AVFormatContext *s);
*/
int av_read_pause(AVFormatContext *s);
-#if FF_API_CLOSE_INPUT_FILE
-/**
- * @deprecated use avformat_close_input()
- * Close a media file (but not its codecs).
- *
- * @param s media file handle
- */
-attribute_deprecated
-void av_close_input_file(AVFormatContext *s);
-#endif
-
/**
* Close an opened input AVFormatContext. Free it and all its contents
* and set *s to NULL.