[vlc-commits] concat: access to concatenate multiple access objects
Rémi Denis-Courmont
git at videolan.org
Wed Jul 22 22:49:33 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 10 19:29:33 2015 +0300| [dfe06d6ecd6d7955d7f3d0d19283ff874be26d7e] | committer: Rémi Denis-Courmont
concat: access to concatenate multiple access objects
Usage:
$ vlc concat:// :concat=URL1,URL2,....URLn
Note: As for the existing input-slave and input-list options, URLs are
assumed to not contain unencoded commas. This is usually the case but
not strictly warranted as the comma is a sub-delimiter.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dfe06d6ecd6d7955d7f3d0d19283ff874be26d7e
---
NEWS | 1 +
modules/MODULES_LIST | 1 +
modules/access/Makefile.am | 3 +
modules/access/concat.c | 337 ++++++++++++++++++++++++++++++++++++++++++++
po/POTFILES.in | 1 +
5 files changed, 343 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=dfe06d6ecd6d7955d7f3d0d19283ff874be26d7e
More information about the vlc-commits
mailing list