[FFmpeg-devel] [PATCH] examples/muxing: extend usage notice

Clément Bœsch ubitux at gmail.com
Mon Oct 15 21:29:45 CEST 2012


On Mon, Oct 15, 2012 at 03:52:46PM +0200, Stefano Sabatini wrote:
> ---
>  doc/examples/muxing.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
> index 6f90222..9147e3a 100644
> --- a/doc/examples/muxing.c
> +++ b/doc/examples/muxing.c
> @@ -413,8 +413,10 @@ int main(int argc, char **argv)
>      if (argc != 2) {
>          printf("usage: %s output_file\n"
>                 "API example program to output a media file with libavformat.\n"
> +               "This program generates a synthetic audio and video stream, encodes and\n"
> +               "muxes them into a file named output_file.\n"
>                 "The output format is automatically guessed according to the file extension.\n"
> -               "Raw images can also be output by using '%%d' in the filename\n"
> +               "Raw images can also be output by using '%%d' in the filename.\n"
>                 "\n", argv[0]);
>          return 1;

Sure, OK.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121015/beaa0ba2/attachment.asc>


More information about the ffmpeg-devel mailing list