Don't automatically call pass() without first checking to see if we have
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Sep 2014 23:51:31 +0000 (00:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Sep 2014 23:51:31 +0000 (00:51 +0100)
commit33e0b0ee0d70db7b8866a6a72d7691d1a29f3e00
tree73ac0fdd80ded2469dde7d3866ad5df270e107b7
parent17020ca5fdf7e60ce1053792830b69aea283bedf
Don't automatically call pass() without first checking to see if we have
what we need; otherwise we can keep calling pass() unnecessarily which
causes a build-up of data which is eventually trimmed to save memory.
src/lib/audio_decoder.cc