]> git.sesse.net Git - vlc/commit
Added a new "video splitter" module type.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 6 Jun 2009 13:51:53 +0000 (15:51 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 6 Jun 2009 17:40:14 +0000 (19:40 +0200)
commit36306a1881d4001e929ca0ea8edf1b48fa9060d3
tree5bddaf0a6b6cedf3692928a92031934b930ae759
parenta65e5abc5bb148264ccfb3323ac6a94d8ea0351d
Added a new "video splitter" module type.

It will be used to create multiple video from one without having to fake
a video output (and all its overhead).
include/vlc_video_splitter.h [new file with mode: 0644]
src/Makefile.am
src/libvlccore.sym
src/misc/filter.c