summaryrefslogtreecommitdiff
path: root/doc/examples/muxing.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-15 15:42:16 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-10-15 21:36:14 +0200
commita726ac9a11b44782bddba23e179984b738fcc6b7 (patch)
tree5bbe9627bd27956d63bd9671dd33a430221295f8 /doc/examples/muxing.c
parent0cc3cd5c654db3b791b92cf4463216f4c52441f6 (diff)
examples/muxing: extend usage notice
Diffstat (limited to 'doc/examples/muxing.c')
-rw-r--r--doc/examples/muxing.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index ed1f8e515d..56790ecf58 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing.c
@@ -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;
}