diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-22 10:43:40 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-24 18:04:19 +0100 |
commit | dc7ad30fa5b3d454a3edcc3b051aef3a65c5235b (patch) | |
tree | 1c7137eacae2cfa5864eaac293bdfb683d8ff73c /libavformat/version.h | |
parent | af0292f33a7d9a024a10a05748415622ea45e08e (diff) | |
download | ffmpeg-dc7ad30fa5b3d454a3edcc3b051aef3a65c5235b.tar.gz |
lavf: postpone removing av_close_input_file().
It has been deprecated only recently.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index cd774fbe65..d50b2a54dc 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 */ |