Stefano Sabatini | 5 Aug 2012 10:05

[PATCH] lavf/img2dec: add start_number_range option

---
 doc/demuxers.texi     |    8 ++++++--
 libavformat/img2dec.c |   14 +++++++-------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 8abcdf1..aecdd4d 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
 <at>  <at>  -50,8 +50,8  <at>  <at>  specified in the pattern with the string "%%".
 If the sequence pattern contains "%d" or "%0 <at> var{N}d", the first filename of
 the file list specified by the pattern must contain a number
 inclusively contained between  <at> var{start_number} and
- <at> var{start_number}+4, and all the following numbers must be
-sequential.
+ <at> var{start_number}+ <at> var{start_number_range}-1, and all the following
+numbers must be sequential.

 The pattern may contain a suffix which is used to automatically
 determine the format of the images contained in the files.
 <at>  <at>  -77,6 +77,10  <at>  <at>  format is guessed from the first image file in the sequence.
  <at> item start_number
 Set the index of the file matched by the image file pattern to start
 to read from. Default value is 0.
+ <at> item start_number_range
+Set the index interval range to check when looking for the first image
+file in the sequence, starting from  <at> var{start_number}. Default value
+is 5.
  <at> item video_size
 Set the video size of the images to read. If not specified the video
(Continue reading)

Michael Niedermayer | 5 Aug 2012 13:36

Re: [PATCH] lavf/img2dec: add start_number_range option

On Sun, Aug 05, 2012 at 10:05:30AM +0200, Stefano Sabatini wrote:
> ---
>  doc/demuxers.texi     |    8 ++++++--
>  libavformat/img2dec.c |   14 +++++++-------
>  2 files changed, 13 insertions(+), 9 deletions(-)

LGTM

thanks

[...]
--

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel <at> ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Stefano Sabatini | 5 Aug 2012 15:52

Re: [PATCH] lavf/img2dec: add start_number_range option

On date Sunday 2012-08-05 13:36:47 +0200, Michael Niedermayer encoded:
> On Sun, Aug 05, 2012 at 10:05:30AM +0200, Stefano Sabatini wrote:
> > ---
> >  doc/demuxers.texi     |    8 ++++++--
> >  libavformat/img2dec.c |   14 +++++++-------
> >  2 files changed, 13 insertions(+), 9 deletions(-)
> 
> LGTM
> 
> thanks

Applied, thanks.
--

-- 
FFmpeg = Freak & Fundamental Martial Philosophical Extreme Gargoyle

Gmane