git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Schedule an increase in the maximum number of streams
[ffmpeg.git]
/
libavformat
/
avformat.h
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
e4dba36
..
3754823
100644
(file)
--- a/
libavformat/avformat.h
+++ b/
libavformat/avformat.h
@@
-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.