OSDN Git Service

add a comment to clarify that FF_API_* defines are not part of public API
authorAurelien Jacobs <aurel@gnuage.org>
Wed, 18 Aug 2010 20:37:32 +0000 (20:37 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Wed, 18 Aug 2010 20:37:32 +0000 (20:37 +0000)
Originally committed as revision 24826 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 8bb4605..072845a 100644 (file)
 
 #define LIBAVFORMAT_IDENT       "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
 
+/**
+ * Those FF_API_* defines are not part of public API.
+ * They may change, break or disappear at any time.
+ */
 #ifndef FF_API_MAX_STREAMS
 #define FF_API_MAX_STREAMS   (LIBAVFORMAT_VERSION_MAJOR < 53)
 #endif