diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-22 20:12:59 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-22 20:25:33 +0100 |
commit | 7694533fda5d1fdda64fbe50b10e1618128d8fd7 (patch) | |
tree | 1d9be6975c6af53f2607b670cf93b9eb5b9df709 /doc/muxers.texi | |
parent | 40297a8bdb69844aef780f7e9f2e23700d9d6005 (diff) | |
download | ffmpeg-7694533fda5d1fdda64fbe50b10e1618128d8fd7.tar.gz |
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).
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 0 insertions, 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}. |