]> git.sesse.net Git - vlc/commit
demux: ts: filter out es according to selection
authorFrancois Cartegnie <fcvlcdev@free.fr>
Fri, 6 Mar 2015 21:36:25 +0000 (22:36 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Fri, 6 Mar 2015 22:04:12 +0000 (23:04 +0100)
commit2b09f7f039e2b9a4292f9838325ba8de2e431d9c
tree4f7fd83ffcb81a37009cab185a39037296acc776
parent7de965e3a0838bf356dcdbd5fce1f2b08207d3c0
demux: ts: filter out es according to selection

All ES packets are gathered if there's no access control/dvb
filtering, adding lots of memcopy/realloc operations for packets
which will be discarded later by ES out.
modules/demux/ts.c