Module: libav Branch: master Commit: dc7ad30fa5b3d454a3edcc3b051aef3a65c5235b
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sun Jan 22 10:43:40 2012 +0100 lavf: postpone removing av_close_input_file(). It has been deprecated only recently. --- libavformat/version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/version.h b/libavformat/version.h index cd774fb..d50b2a5 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -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 */ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
