summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-29 03:32:44 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-29 03:37:37 +0200
commit82beb46e65e5f820b187355bf757725c22a59c45 (patch)
treedd6e858f7e08fc6a499838f89d879eaeecfada56 /doc/muxers.texi
parentdf889be0a89a8711640eccbf99b5e807ae588dbe (diff)
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/muxers.texi')
-rw-r--r--doc/muxers.texi2
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