[vlc-devel] [PATCH] access: dvb: Realloc block to actually used size.

Rémi Denis-Courmont remi at remlab.net
Tue Sep 24 10:09:31 CEST 2013


On Tue, 24 Sep 2013 09:43:05 +0200, Denis Charmet <typx at dinauz.org> wrote:
> In any case, if I'm the only one frowning at the realloc thing, then
> it's good enough :)

No. I also think reallocating is a bad idea. The buffer is "large" because
of packet loss in high bandwidth cases. Reducing it is not an option and
adding more overhead (reallocating) is also not.

I think the real problem is that stream buffering is not working the way
it should. Similar issues have also plagued UDP and HTTP at least.

-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list