Module: libav
Branch: master
Commit: 3c3a580f93c9bb2d579ba0c87f4c704785641744

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Luca Barbato <lu_z...@gentoo.org>
Date:      Sat Dec  8 06:14:41 2012 +0100

hls: improve options description

---

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

diff --git a/doc/muxers.texi b/doc/muxers.texi
index a2a9ce4..4104137 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -106,10 +106,14 @@ avconv -i in.nut out.m3u8
 @end example
 
 @table @option
-@item -hls_time segment length in seconds
-@item -hls_list_size maximum number of playlist entries
-@item -hls_wrap number after which index wraps
-@item -start_number first number in the sequence
+@item -hls_time @var{seconds}
+Set the segment length in seconds.
+@item -hls_list_size @var{size}
+Set the maximum number of playlist entries.
+@item -hls_wrap @var{wrap}
+Set the number after which index wraps.
+@item -start_number @var{number}
+Start the sequence from @var{number}.
 @end table
 
 @anchor{image2}

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to