Mercurial > libavformat.hg
changeset 6388:8ba781dd8b2b libavformat
add a comment to clarify that FF_API_* defines are not part of public API
author | aurel |
---|---|
date | Wed, 18 Aug 2010 20:37:32 +0000 |
parents | 4974b3d4992b |
children | 054de75e4a49 |
files | avformat.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Wed Aug 18 20:34:31 2010 +0000 +++ b/avformat.h Wed Aug 18 20:37:32 2010 +0000 @@ -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