summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-05-13 00:06:08 +0200
committerMarton Balint <cus@passwd.hu>2020-05-26 21:50:50 +0200
commitefe7a593649877e4fa185e01479cee3e1280ec70 (patch)
tree7117bf9370a49bb9a81b49e5342333de1893700c /doc/ffmpeg.texi
parent64b12624e2d36beda90a4725e3ee43d7d0723213 (diff)
fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which received no packets
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index ed437bb16f..76fafdcf7e 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1721,6 +1721,8 @@ Stop and abort on various conditions. The following flags are available:
@table @option
@item empty_output
No packets were passed to the muxer, the output is empty.
+@item empty_output_stream
+No packets were passed to the muxer in some of the output streams.
@end table
@item -xerror (@emph{global})