diff options
author | Marton Balint <cus@passwd.hu> | 2015-05-12 02:22:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-12 13:32:23 +0200 |
commit | 93cc5ca7ed14a9fa7e7ed3503743d95594466cd6 (patch) | |
tree | f3521c5cfffdbeb40ecda92365dbe8c1c4ec5a59 /doc/demuxers.texi | |
parent | 37efad4e5b6631ad902e8ae3d19e850037d22efb (diff) | |
download | ffmpeg-93cc5ca7ed14a9fa7e7ed3503743d95594466cd6.tar.gz |
lavf/img2dec: add option to disable pattern matching
Signed-off-by: Marton Balint <cus@passwd.hu>
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 3f7c45e843..b7ddebb9a9 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -258,6 +258,10 @@ Select the pattern type used to interpret the provided filename. @var{pattern_type} accepts one of the following values. @table @option +@item none +Disable pattern matching, therefore the video will only contain the specified +image. You should use this option if you do not want to create sequences from +multiple images and your filenames may contain special pattern characters. @item sequence Select a sequence pattern type, used to specify a sequence of files indexed by sequential numbers. |