]> git.sesse.net Git - vlc/commit
Remove block_Realloc() shrinking behavior
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 29 Sep 2009 15:52:26 +0000 (18:52 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 29 Sep 2009 15:53:44 +0000 (18:53 +0300)
commitfd4cb4889d55be7d30e3d85cfb406b2814c1655e
tree347d56361e7edc8d490e81f470e007408f59107d
parent61e0cee0c41ce8c907a490d71d790dd8377b995e
Remove block_Realloc() shrinking behavior

 * It did not fix the issue with UDP packet loos that brought it in the
   first place (#1919, it was a socket buffer issue),
 * It does not play nice with posix_memalign(),
 * It is slow.

In particular, this fixes invalid memory use when downsampling
with the "trivial" plugin.
src/misc/block.c