summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-12-15 16:27:52 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-12-16 14:03:57 +0100
commit30d770ca448131fba207d9603ff438dea15d10ba (patch)
tree74004cbfc747e15e5cde3e16282ded3b3e903f28 /doc
parent83a04f103d387a8b7f574d97d340d90f42fc18de (diff)
ffmpeg: Allow specifying the program number for created programs
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 6307470d08..a38a32e17d 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -355,9 +355,9 @@ To set the language of the first audio stream:
ffmpeg -i INPUT -metadata:s:a:0 language=eng OUTPUT
@end example
-@item -program [title=@var{title}:]st=@var{stream}[:st=@var{stream}...] (@emph{output})
+@item -program [title=@var{title}:][program_num=@var{program_num}:]st=@var{stream}[:st=@var{stream}...] (@emph{output})
-Creates a program with the specified @var{title} and adds the specified
+Creates a program with the specified @var{title}, @var{program_num} and adds the specified
@var{stream}(s) to it.
@item -target @var{type} (@emph{output})