]> git.sesse.net Git - vlc/commit
Added an input from memory access.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 15 Nov 2009 17:03:40 +0000 (18:03 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 15 Nov 2009 17:08:07 +0000 (18:08 +0100)
commit174ba1481204d4bfffc19fa9e640ccc4fb89cdb0
tree7ea9fba54a376899f0fa94009166f8edbd413ab4
parent38c54d655449cc717abae808affac55dcb4fbf64
Added an input from memory access.

It allows to inject one ES (raw or compressed) into VLC from a libvlc user.
If multiples ES are needed, it is sufficient to use slave inputs.
modules/access/Modules.am
modules/access/imem.c [new file with mode: 0644]