DecodeSignal: only pass non-zero sample rate to decoders
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 28 Jan 2018 20:02:54 +0000 (21:02 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 28 Jan 2018 20:58:16 +0000 (21:58 +0100)
As reported in bug #1118 not all input sources provide a samplerate, and
decoder instances may not cope with a rate spec of 0. Only pass non-zero
sample rates to the decoder stack. This improves robustness in addition
to the specific fix for #1118 in the decoders' implementations.


No differences found