Browse Source

Schedule an increase in the maximum number of streams

at next libavformat major version bump.

Originally committed as revision 21484 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Jai Menon 15 years ago
parent
commit
ad5cc780c0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavformat/avformat.h

+ 4
- 0
libavformat/avformat.h View File

@@ -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.


Loading…
Cancel
Save