From: Aurelien Jacobs Date: Wed, 18 Aug 2010 20:37:32 +0000 (+0000) Subject: add a comment to clarify that FF_API_* defines are not part of public API X-Git-Tag: v0.7b1~2551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25ae798c87dd2b42f277155f721e84be92425f1e;p=platform%2Fupstream%2Flibav.git add a comment to clarify that FF_API_* defines are not part of public API Originally committed as revision 24826 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8bb460520..072845ac6 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -35,6 +35,10 @@ #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