[FFmpeg-cvslog] doc/muxers: fix some dashenc option names

James Almer git at videolan.org
Mon Apr 20 19:50:56 EEST 2020


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Apr 15 22:47:44 2020 -0300| [fd0f110a37cbfc4f57d656a9ae7b52175f85f041] | committer: James Almer

doc/muxers: fix some dashenc option names

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd0f110a37cbfc4f57d656a9ae7b52175f85f041
---

 doc/muxers.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index e5b8debcb3..856ed74e56 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -339,20 +339,20 @@ Enable Low-latency Dash by constraining the presence and values of some elements
 @item master_m3u8_publish_rate @var{master_m3u8_publish_rate}
 Publish master playlist repeatedly every after specified number of segment intervals.
 
- at item -write_prft @var{write_prft}
+ at item write_prft @var{write_prft}
 Write Producer Reference Time elements on supported streams. This also enables writing
 prft boxes in the underlying muxer. Applicable only when the @var{utc_url} option is enabled.
 It's set to auto by default, in which case the muxer will attempt to enable it only in modes
 that require it.
 
- at item -mpd_profile @var{mpd_profile}
+ at item mpd_profile @var{mpd_profile}
 Set one or more manifest profiles.
 
- at item -http_opts @var{http_opts}
+ at item http_opts @var{http_opts}
 A :-separated list of key=value options to pass to the underlying HTTP
 protocol. Applicable only for HTTP output.
 
- at item -target_latency @var{target_latency}
+ at item target_latency @var{target_latency}
 Set an intended target latency in seconds (fractional value can be set) for serving. Applicable only when @var{streaming} and @var{write_prft} options are enabled.
 This is an informative fields clients can use to measure the latency of the service.
 



More information about the ffmpeg-cvslog mailing list