lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft

This commit is contained in:
Anton Khirnov
2013-02-23 08:20:12 +01:00
parent d6ed604cf4
commit 0a7c4daf46
3 changed files with 0 additions and 21 deletions

View File

@@ -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;