[FFmpeg-cvslog] doc/muxers/image2: remove the non-negative number requirement for start_number

Liviu Oniciuc git at videolan.org
Wed Feb 4 13:17:56 CET 2015


ffmpeg | branch: master | Liviu Oniciuc <klmno.dev at gmx.com> | Tue Feb  3 11:26:13 2015 -0800| [d2330e5844113e6317fe34c2f89fb2870417ccea] | committer: Stefano Sabatini

doc/muxers/image2: remove the non-negative number requirement for start_number

Update after b37858eae186ff84afd38cf3e845ba6e037e6397.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2330e5844113e6317fe34c2f89fb2870417ccea
---

 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



More information about the ffmpeg-cvslog mailing list