summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-09-14 21:26:51 -0300
committerJames Almer <jamrial@gmail.com>2014-10-05 17:10:23 -0300
commitecf457f3ac49e93f06edfe301db4bc2fdedca1ae (patch)
tree152fab6c61045d8c933731198f96c853225f4109 /libavformat/avformat.h
parent3bd9f17b8af9604eb2fb47cad2c40f580417ceb1 (diff)
avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft
Signed-off-by: James Almer <jamrial@gmail.com>
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 e3c22d44a2..56c139905a 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2155,17 +2155,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.