diff options
author | Liviu Oniciuc <klmno.dev@gmx.com> | 2015-02-03 11:26:13 -0800 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-02-04 13:17:30 +0100 |
commit | d2330e5844113e6317fe34c2f89fb2870417ccea (patch) | |
tree | 57052643af3ece26ce47bda1d6524e4cde4273b5 | |
parent | 0afc26d330e6eff6221431bb93c69ed6bc6cc737 (diff) | |
download | ffmpeg-d2330e5844113e6317fe34c2f89fb2870417ccea.tar.gz |
doc/muxers/image2: remove the non-negative number requirement for start_number
Update after b37858eae186ff84afd38cf3e845ba6e037e6397.
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index b0bed7e9a4..a8225fcda2 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -381,8 +381,7 @@ ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg" @table @option @item start_number -Start the sequence from the specified number. Default value is 1. Must -be a non-negative number. +Start the sequence from the specified number. Default value is 0. @item update If set to 1, the filename will always be interpreted as just a |