diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-02-14 16:00:06 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-20 20:59:24 +0100 |
commit | de1a71595de778000611abc0ee3941df2248a990 (patch) | |
tree | e8dde9e54c5066a895a51918d633b8c722a8ae15 /doc/demuxers.texi | |
parent | 710cd0fddf39d4eea68f7dcdd3e98da179a4cd7b (diff) | |
download | ffmpeg-de1a71595de778000611abc0ee3941df2248a990.tar.gz |
lavf/concatdec: support seeking.
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 0861287e76..fc5087188f 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -78,6 +78,9 @@ Duration of the file. This information can be specified from the file; specifying it here may be more efficient or help if the information from the file is not available or accurate. +If the duration is set for all files, then it is possible to seek in the +whole concatenated video. + @end table @subsection Options |