]> git.sesse.net Git - vlc/commit
fix dts spdif output regression
authorMatthias Dahl <khaos.dev@binary-island.eu>
Mon, 16 Nov 2009 16:29:36 +0000 (17:29 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 24 Nov 2009 20:50:15 +0000 (22:50 +0200)
commitdbee243488813e310f8ef603e441fa923ca6f0db
tree4497f9b7a65700f4d2bcd38c875dde363576f94a
parentbaa1ec0106aea6a196238f8747ef751894e26579
fix dts spdif output regression

dts spdif output was broken by the switch over to the new filter
API.

  * dtstofloat32 should only take control if there is _no_ spdif
    output requested otherwise the decoded stream ends up on the
    spdif device

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/audio_filter/converter/dtstofloat32.c