Hi,

On Sat, Apr 9, 2011 at 7:49 AM, Reinhard Tartler <siret...@tauware.de> wrote:
> From: Stefano Sabatini <stefano.sabatini-l...@poste.it>
>
> Signed-off-by: Ronald S. Bultje <rsbul...@gmail.com>

Isn't it highly unlikely that I committed this? Or did a videolan
committer change the commit before re-committing it? I'd remove this
line, I had nothing to do with it. :-).

> (cherry picked from commit e771d2e3fef4d2bcfc08b9eb37296f0e0af1f607)
> ---
>  doc/muxers.texi |    9 ++++-----
>  1 files changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index ead9869..a65b914 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -94,13 +94,12 @@ See also the @code{crc} muxer (@pxref{crc}).
>
>  Image file muxer.
>
> -The image file muxer writes video frames to image files.
> +This muxer writes video frames to multiple image files specified by a
> +pattern.

multiple image files "comma," specified by a pattern.

> -The output filenames are specified by a pattern, which can be used to
> -produce sequentially numbered series of files.
> -The pattern may contain the string "%d" or "%0@var{N}d", this string
> +The pattern may contain the string "%d" or "%0@var{N}d", which

This looks OK.

>  specifies the position of the characters representing a numbering in
> -the filenames. If the form "%0@var{N}d" is used, the string
> +the filenames. If the form "%d0@var{N}d" is used, the string
>  representing the number in each filename is 0-padded to @var{N}
>  digits. The literal character '%' can be specified in the pattern with
>  the string "%%".

I think this looks like it introduced a typo.

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to