diff options
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index b5a27d1844..df8763b249 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -498,8 +498,8 @@ each line matching the format: @end example @var{segment_filename} is the name of the output file generated by the -muxer according to the provided pattern, and should not contain the -"," character for simplifying parsing operations. +muxer according to the provided pattern. CSV escaping (according to +RFC4180) is applied if required. @var{segment_start_time} and @var{segment_end_time} specify the segment start and end time expressed in seconds. |