Commit 0a3f36ae authored by jai_menon's avatar jai_menon

Schedule an increase in the maximum number of streams

at next libavformat major version bump.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 51af37a4
...@@ -520,7 +520,11 @@ typedef struct AVChapter { ...@@ -520,7 +520,11 @@ typedef struct AVChapter {
AVMetadata *metadata; AVMetadata *metadata;
} AVChapter; } AVChapter;
#if LIBAVFORMAT_VERSION_MAJOR < 53
#define MAX_STREAMS 20 #define MAX_STREAMS 20
#else
#define MAX_STREAMS 100
#endif
/** /**
* Format I/O context. * Format I/O context.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment