From 7694533fda5d1fdda64fbe50b10e1618128d8fd7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 22 Jan 2013 20:12:59 +0100 Subject: [PATCH] doc/muxers: remove outdated comment about live flags for the segment muxer The live flags is currently unused, but still kept for backward compatibility reasons (and in case it turns to be useful again for whatever reason). --- doc/muxers.texi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 60daf089e3..55f4dfde55 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -538,10 +538,6 @@ Allow caching (only affects M3U8 list files). @item live Allow live-friendly file generation. - -This currently only affects M3U8 lists. In particular, write a fake -EXT-X-TARGETDURATION duration field at the top of the file, based on -the specified @var{segment_time}. @end table Default value is @code{cache}.