[FFmpeg-devel] [patch] glob matching for image series

Alexander Strasser eclipse7 at gmx.net
Sun Jan 29 22:35:02 CET 2012


Hi Nicolas,

Nicolas George wrote:
> Le duodi 2 pluviôse, an CCXX, Brian Olson a écrit :
> > > Simplified is_glob() using strcspn() (cool, hadn't seen that part of the
> > > C strings standard library before, thanks Nicolas)
> > > 
> > > Fixed usage of first_index and last_index so that they shouldn't be used
> > > uninitted.
> 
> Sorry to have kept you waiting, I was otherwise busy.
[...]
> 
> On the whole, it looks quite good. Does anyone object to this?

  I had the idea that another solution would be making -i accept
multiple arguments and leave the globbing work to the user's shell.
But that would have a load of problems of its own I think.

  Anyway currently I tend to think that the glob() solution is also
quite OK.

  Alexander


More information about the ffmpeg-devel mailing list