]> git.sesse.net Git - vlc/commit
mpgatofixed32: check for invalid channels count
authorRafaël Carré <funman@videolan.org>
Sat, 19 Apr 2014 08:28:56 +0000 (10:28 +0200)
committerRafaël Carré <funman@videolan.org>
Sat, 19 Apr 2014 08:30:36 +0000 (10:30 +0200)
commita113b849e428b71813a569021bd10d6974f6621f
treec673f46aa076072390fb4ad1a611dd1575e9d9f7
parent149394aa908add5ef94723af410100f9b7d78cdd
mpgatofixed32: check for invalid channels count

Make sure the buffer was allocated with enough channels.
This should not happen anymore since transcode now restarts
filter chain on format changes.

Reported-by: William Blough <blough@shell.cs.fsu.edu>
modules/audio_filter/converter/mpgatofixed32.c