projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54036be
)
add a comment to clarify that FF_API_* defines are not part of public API
author
Aurelien Jacobs
<aurel@gnuage.org>
Wed, 18 Aug 2010 20:37:32 +0000
(20:37 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Wed, 18 Aug 2010 20:37:32 +0000
(20:37 +0000)
Originally committed as revision 24826 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index 8bb4605202c76ef8f5a0ea7a66f11e3f8bbb8e77..072845ac6de803f54aaa10c7baa21b6f37548b1a 100644
(file)
--- 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