OSDN Git Service

examples/muxing: extend usage notice
authorStefano Sabatini <stefasab@gmail.com>
Mon, 15 Oct 2012 13:42:16 +0000 (15:42 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 15 Oct 2012 19:36:14 +0000 (21:36 +0200)
doc/examples/muxing.c

index ed1f8e5..56790ec 100644 (file)
@@ -431,8 +431,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;
     }