diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-02-03 10:22:57 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-02-13 14:58:50 +0100 |
commit | db9dc5154d1a586aa95362e7ed4334df321e5a72 (patch) | |
tree | 47735040694b72c798da2a4e042351fa8498e085 /doc/demuxers.texi | |
parent | 6d680d20ad8bf786f541bec1545bec7778b8776c (diff) | |
download | ffmpeg-db9dc5154d1a586aa95362e7ed4334df321e5a72.tar.gz |
lavf/concatdec: add signature directive.
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 2a6f7790fc..2867538860 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -58,6 +58,10 @@ following directive is recognized: Path to a file to read; special characters and spaces must be escaped with backslash or single quotes. +@item @code{ffconcat version 1.0} +Identify the script type and version. It also sets the @option{safe} option +to 1 if it was to its default -1. + @end table @subsection Options |