]> git.tuebingen.mpg.de Git - paraslash.git/commit
oggdec: Decode only OGGDEC_OUTPUT_CHUNK_SIZE many bytes per iteration.
authorAndre Noll <maan@systemlinux.org>
Mon, 23 Dec 2013 19:15:39 +0000 (19:15 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 9 Mar 2014 14:33:03 +0000 (15:33 +0100)
commita54566f16cf09d6a1e5bbd0da200f66f553556db
tree16698b968ddd84440df279cd2a03d3de1f73269d
parent6a79f16de242c0c70ef56bbd96a748055df65917
oggdec: Decode only OGGDEC_OUTPUT_CHUNK_SIZE many bytes per iteration.

This avoids buffer underruns on slow hardware and simplifies
ogg_post_select() a bit.
oggdec_filter.c