]> git.sesse.net Git - vlc/commit
decoder: do not reallocate audio buffer on interface changes
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 9 Apr 2011 15:28:14 +0000 (18:28 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 9 Apr 2011 15:39:44 +0000 (18:39 +0300)
commitf7d12502678cde571344a31ad11ce33686da45dc
tree831156dc03dc45880c29945303241b8f2f906177
parente83cd1767d13718762b805a33c14efb04ee6ff3f
decoder: do not reallocate audio buffer on interface changes

This has no effect other than wasting CPU and memory. Audio filters are
supposed to reallocate their buffers as needed.
src/audio_output/aout_internal.h
src/audio_output/dec.c
src/audio_output/intf.c