]> git.sesse.net Git - vlc/commit
* src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because...
authorGildas Bazin <gbazin@videolan.org>
Thu, 29 Jul 2004 08:50:52 +0000 (08:50 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 29 Jul 2004 08:50:52 +0000 (08:50 +0000)
commit4feb30d653fd402f5fd27f6df7fcd24f0c0d20c3
tree31f6c2f80aca7cc0c8dcac38c496af1dc0397749
parentada036d03191886b68823114d8d425fd44298d8b
* src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)
include/vlc_block.h
src/input/decoder.c
src/misc/block.c