[FFmpeg-cvslog] r24826 - trunk/libavformat/avformat.h
aurel
subversion
Wed Aug 18 22:37:32 CEST 2010
Author: aurel
Date: Wed Aug 18 22:37:32 2010
New Revision: 24826
Log:
add a comment to clarify that FF_API_* defines are not part of public API
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Wed Aug 18 22:34:31 2010 (r24825)
+++ trunk/libavformat/avformat.h Wed Aug 18 22:37:32 2010 (r24826)
@@ -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
More information about the ffmpeg-cvslog
mailing list