* Extend the syntax of a filename for the img reader to allow looping. Thus
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Wed, 11 Dec 2002 03:20:05 +0000 (03:20 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Wed, 11 Dec 2002 03:20:05 +0000 (03:20 +0000)
commitc9646fda016605426a690bc4c105c0568752750a
tree5b1b2eaff315b34891d8a7fe45554e94190c6c8e
parent38758ab0cd029473cd6bec061b59ab9dadc97b5d
* Extend the syntax of a filename for the img reader to allow looping. Thus
  %125*d means substitute the frame number MOD 125 into the filename. This
  is a cheap method of having an infinite stream.

Originally committed as revision 1332 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c