[FFmpeg-devel] [PATCH V1 2/2] doc/muxers: fix docs format for DASH muxer

Jun Zhao mypopydev at gmail.com
Fri Jun 28 16:32:14 EEST 2019


From: Jun Zhao <barryjzhao at tencent.com>

fix docs format for DASH muxer

Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
---
 doc/muxers.texi |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index d93d1cf..044c838 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -256,7 +256,7 @@ DASH-templated name to used for the initialization segment. Default is "init-str
 DASH-templated name to used for the media segments. Default is "chunk-stream$RepresentationID$-$Number%05d$.$ext$". "$ext$" is replaced with the file name extension specific for the segment format.
 @item -utc_timing_url @var{utc_url}
 URL of the page that will return the UTC timestamp in ISO format. Example: "https://time.akamai.com/?iso"
- at item method @var{method}
+ at item -method @var{method}
 Use the given HTTP method to create output files. Generally set to PUT or POST.
 @item -http_user_agent @var{user_agent}
 Override User-Agent field in HTTP header. Applicable only for HTTP output.
@@ -298,6 +298,7 @@ Write global SIDX atom. Applicable only for single file, mp4 output, non-streami
 
 @item -dash_segment_type @var{dash_segment_type}
 Possible values:
+ at table @option
 @item auto
 If this flag is set, the dash segment files format will be selected based on the stream codec. This is the default mode.
 
@@ -306,6 +307,7 @@ If this flag is set, the dash segment files will be in in ISOBMFF format.
 
 @item webm
 If this flag is set, the dash segment files will be in in WebM format.
+ at end table
 
 @item -ignore_io_errors @var{ignore_io_errors}
 Ignore IO errors during open and write. Useful for long-duration runs with network output.
-- 
1.7.1



More information about the ffmpeg-devel mailing list