[FFmpeg-cvslog] libavformat/version.h: Drop FF_API_OLD_AVIO ( unused and undefined since libavformat 55)

Alexis Ballier git at videolan.org
Tue Aug 13 03:39:18 CEST 2013


ffmpeg | branch: master | Alexis Ballier <aballier at gentoo.org> | Mon Aug 12 19:17:54 2013 -0400| [ca2378ad04e101b57017df9129fffef928d246cf] | committer: Michael Niedermayer

libavformat/version.h: Drop FF_API_OLD_AVIO (unused and undefined since libavformat 55)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/version.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavformat/version.h b/libavformat/version.h
index c2ca0ab..74eed65 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -49,9 +49,6 @@
  * the public API and may change, break or disappear at any time.
  */
 
-#ifndef FF_API_OLD_AVIO
-#define FF_API_OLD_AVIO                (LIBAVFORMAT_VERSION_MAJOR < 55)
-#endif
 #ifndef FF_API_PKT_DUMP
 #define FF_API_PKT_DUMP                (LIBAVFORMAT_VERSION_MAJOR < 54)
 #endif



More information about the ffmpeg-cvslog mailing list