diff options
author | Thomas Reufer <thomas@reufer.ch> | 2015-03-15 09:09:53 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2015-03-15 09:09:53 +0100 |
commit | 0aaa2e239b824c6078700970f42510f23199f52d (patch) | |
tree | 34cb07fe896955dcda390e1a2f120502554e5de7 /audio.c | |
parent | 3ba1e43de83c264622e34fe01fbd7c6b24651d21 (diff) | |
download | vdr-plugin-rpihddevice-0aaa2e239b824c6078700970f42510f23199f52d.tar.gz vdr-plugin-rpihddevice-0aaa2e239b824c6078700970f42510f23199f52d.tar.bz2 |
combined digital audio format options to one single setup option
Diffstat (limited to 'audio.c')
-rw-r--r-- | audio.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1007,8 +1007,7 @@ public: newPort = cRpiAudioPort::eHDMI; // check if pass through is possible - if (cRpiSetup::IsAudioPassthrough() && - cRpiSetup::IsAudioFormatSupported(codec, channels, + if (cRpiSetup::IsAudioFormatSupported(codec, channels, samplingRate)) newCodec = codec; |