From 93cc5ca7ed14a9fa7e7ed3503743d95594466cd6 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Tue, 12 May 2015 02:22:02 +0200 Subject: lavf/img2dec: add option to disable pattern matching Signed-off-by: Marton Balint Reviewed-by: Stefano Sabatini Signed-off-by: Michael Niedermayer --- doc/demuxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3