[FFmpeg-cvslog] lavf: postpone removing av_close_input_file().

Anton Khirnov git at videolan.org
Tue Jan 24 23:12:53 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Jan 22 10:43:40 2012 +0100| [dc7ad30fa5b3d454a3edcc3b051aef3a65c5235b] | committer: Anton Khirnov

lavf: postpone removing av_close_input_file().

It has been deprecated only recently.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc7ad30fa5b3d454a3edcc3b051aef3a65c5235b
---

 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 */



More information about the ffmpeg-cvslog mailing list