提交 25ae798c 编写于 作者: A Aurelien Jacobs

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
上级 54036be1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册