diff options
author | longstone <zhibing.min@hotmail.com> | 2011-02-23 10:43:21 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-23 18:22:03 +0100 |
commit | 4c262dc140cf8f62d46aac6b7ed0290d3380a0a4 (patch) | |
tree | 83c3c53ed055ccf71f3c818f1769b33b69cb46eb /libavformat/avi.h | |
parent | ebb92e076883f87cee2a3ddd4a7fe164f422f462 (diff) | |
download | ffmpeg-4c262dc140cf8f62d46aac6b7ed0290d3380a0a4.tar.gz |
avienc: fix AVI stream index for files with >10 streams
Fixes issue 2563.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 4acc94e97a9551d11ead29735e23283d71f1d4c2)
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r-- | libavformat/avi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avi.h b/libavformat/avi.h index f345c14760..b4e551971a 100644 --- a/libavformat/avi.h +++ b/libavformat/avi.h @@ -32,6 +32,7 @@ #define AVI_MAX_RIFF_SIZE 0x40000000LL #define AVI_MASTER_INDEX_SIZE 256 +#define AVI_MAX_STREAM_COUNT 100 /* index flags */ #define AVIIF_INDEX 0x10 |