diff options
author | Tobias Rapp | 2017-01-25 09:53:03 +0100 |
---|---|---|
committer | Tobias Rapp | 2017-01-31 09:00:23 +0100 |
commit | e65db4ce5966506d957032ef30545419801ae7dc (patch) | |
tree | 950f80ff9b0cef7eefc575e2e3b1fa7864179bfa /libavformat/avi.h | |
parent | 3d673078a03a3819df9dba7667f9e5d59b8487d0 (diff) |
avformat/avienc: add reserve_index_space option
Allows the user to reserve space for the ODML master index. A sufficient
sized master index in the AVI header avoids storing follow-up master
indexes within the 'movi' data later. If the option is omitted or zero
the index size is estimated from output duration and bitrate.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r-- | libavformat/avi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avi.h b/libavformat/avi.h index af21f2c3c3..b1711f0c17 100644 --- a/libavformat/avi.h +++ b/libavformat/avi.h @@ -29,7 +29,6 @@ #define AVIF_COPYRIGHTED 0x00020000 #define AVI_MAX_RIFF_SIZE 0x40000000LL -#define AVI_MASTER_INDEX_SIZE 256 #define AVI_MAX_STREAM_COUNT 100 /* stream header flags */ |