[FFmpeg-devel] [PATCH 3/3] update docs: remove the non-negative number requirement for start_number

Liviu Oniciuc klmno.dev at gmx.com
Tue Feb 3 20:26:13 CET 2015


---
 doc/muxers.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index b0bed7e..a8225fc 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
-- 
1.9.1



More information about the ffmpeg-devel mailing list