lavf: postpone removing av_close_input_file().

It has been deprecated only recently.
This commit is contained in:
Anton Khirnov 2012-01-22 10:43:40 +01:00
parent af0292f33a
commit dc7ad30fa5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
#define FF_API_SET_PTS_INFO (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_CLOSE_INPUT_FILE
#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 54)
#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 55)
#endif
#endif /* AVFORMAT_VERSION_H */