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
This commit is contained in:
parent
54036be11a
commit
25ae798c87
@ -35,6 +35,10 @@
|
|||||||
|
|
||||||
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
|
#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
|
#ifndef FF_API_MAX_STREAMS
|
||||||
#define FF_API_MAX_STREAMS (LIBAVFORMAT_VERSION_MAJOR < 53)
|
#define FF_API_MAX_STREAMS (LIBAVFORMAT_VERSION_MAJOR < 53)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user