]> git.sesse.net Git - vlc/commit
mux ts: Don't do extra copy on every aac packet
authorIlkka Ollakka <ileoo@videolan.org>
Sat, 4 Oct 2014 08:37:28 +0000 (11:37 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Sat, 4 Oct 2014 14:24:59 +0000 (17:24 +0300)
commit2170013590c25fa12939f879e77c10cb7b7b2941
treed534a317b2a370293e2936a3c66987912e458d02
parentf6da7e32f09d9671e92d90d98b7a2c51c28290b5
mux ts: Don't do extra copy on every aac packet

if Realloc fails, we are anyway screwed and most of the code doesn't
chec check for Realloc failures even in this module.
modules/mux/mpeg/ts.c