diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-01 16:12:29 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-04 11:25:14 +0200 |
commit | d81576354853ece2280f8476c4672f741b68a366 (patch) | |
tree | f3e6744eb32dff69d7512a8c7164ce1042fd1365 /doc/muxers.texi | |
parent | 299489714abaa71cf36d5e5078d6229a4ba3c1a7 (diff) | |
download | ffmpeg-d81576354853ece2280f8476c4672f741b68a366.tar.gz |
lavf/segment: add escaping for filename field of the CSV list file
CSV escaping code is borrowed from ffprobe.c.
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. |