diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 03:32:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 03:37:37 +0200 |
commit | 82beb46e65e5f820b187355bf757725c22a59c45 (patch) | |
tree | dd6e858f7e08fc6a499838f89d879eaeecfada56 /doc | |
parent | df889be0a89a8711640eccbf99b5e807ae588dbe (diff) | |
download | ffmpeg-82beb46e65e5f820b187355bf757725c22a59c45.tar.gz |
avformat/nutenc: add mode that omits the index
When the index is not written, several data tables become unneeded,
reducing memory and cpu requirements.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index c1cf18607b..ce9d1108c7 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -717,6 +717,8 @@ Change the syncpoint usage in nut: @item @var{timestamped} extend the syncpoint with a wallclock field. @end table The @var{none} and @var{timestamped} flags are experimental. +@item -write_index @var{bool} +Write index at the end, the default is to write an index. @end table @example |