diff options
author | Simon Thelen <ffmpeg-dev@c-14.de> | 2015-11-02 15:57:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-12 02:55:47 +0100 |
commit | ae270314c7f4e9fabc9166bb5f5dfcba03304703 (patch) | |
tree | 2b366ee566ea348d17971f2e643092cf8aa8b11c | |
parent | b9a3e0af07bc09e1c5db28bf90505e1d7a76daa6 (diff) | |
download | ffmpeg-ae270314c7f4e9fabc9166bb5f5dfcba03304703.tar.gz |
doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit b02201efb531348406e48f9252bd39a6acebd2b7)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 1078ea110a..5ff8798b99 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1193,9 +1193,9 @@ The option is intended for cases where features are needed that cannot be specified to @command{ffserver} but can be to @command{ffmpeg}. @item -sdp_file @var{file} (@emph{global}) -Print sdp information to @var{file}. +Print sdp information for an output stream to @var{file}. This allows dumping sdp information when at least one output isn't an -rtp stream. +rtp stream. (Requires at least one of the output formats to be rtp). @item -discard (@emph{input}) Allows discarding specific streams or frames of streams at the demuxer. |