diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-30 18:32:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-30 19:32:05 +0200 |
commit | 161d0ac7219d75d84d8b515cd60109863d309394 (patch) | |
tree | b956d0c2c7f9a9701ed6f371fae194ba3c89f32b /doc | |
parent | a3ec1d6abddb98f7c3d4f280d71e008e88a2d385 (diff) | |
download | ffmpeg-161d0ac7219d75d84d8b515cd60109863d309394.tar.gz |
doc/ffmpeg: Document xerror
Previous version reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 16cee4708f..1078ea110a 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1221,6 +1221,9 @@ Discard all frames excepts keyframes. Discard all frames. @end table +@item -xerror (@emph{global}) +Stop and exit on error + @end table As a special exception, you can use a bitmap subtitle stream as input: it |