[FFmpeg-cvslog] r21484 - trunk/libavformat/avformat.h
jai_menon
subversion
Wed Jan 27 20:13:36 CET 2010
Author: jai_menon
Date: Wed Jan 27 20:13:35 2010
New Revision: 21484
Log:
Schedule an increase in the maximum number of streams
at next libavformat major version bump.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Wed Jan 27 20:11:31 2010 (r21483)
+++ trunk/libavformat/avformat.h Wed Jan 27 20:13:35 2010 (r21484)
@@ -520,7 +520,11 @@ typedef struct AVChapter {
AVMetadata *metadata;
} AVChapter;
+#if LIBAVFORMAT_VERSION_MAJOR < 53
#define MAX_STREAMS 20
+#else
+#define MAX_STREAMS 100
+#endif
/**
* Format I/O context.
More information about the ffmpeg-cvslog
mailing list