mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
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
This commit is contained in:
parent
60402344af
commit
ad5cc780c0
@ -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…
Reference in New Issue
Block a user