diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-08-16 21:21:50 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-08-25 19:43:58 +0200 |
commit | 2157df425bd909854fd4afcec4aa3311d8a3b31b (patch) | |
tree | 3a749b01dc8b7ccde7b9b83f9c8aa512bab4d13e /doc/muxers.texi | |
parent | d68705c9756e6558c8e28d90b4c364f25ba72083 (diff) | |
download | ffmpeg-2157df425bd909854fd4afcec4aa3311d8a3b31b.tar.gz |
hlsenc: Support outputting specific versions
Right now only version 2 and version 3 are supported.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index bcfdb49b87..58801aa1ad 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -119,6 +119,9 @@ Append @var{baseurl} to every entry in the playlist. Useful to generate playlists with absolute paths. @item -hls_allow_cache @var{allowcache} Explicitly set whether the client MAY (1) or MUST NOT (0) cache media segments +@item -hls_version @var{version} +Set the protocol version. Enables or disables version-specific features +such as the integer (version 2) or decimal EXTINF values (version 3). @end table @anchor{image2} |