diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-05 16:26:23 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-05 16:26:23 +0100 |
commit | 3330e5d76e1c224cb5c7b43e517bf869d1454d6d (patch) | |
tree | d2a025986ff538bee677f18422b266f5466d7e1f /src/VLCInput.h | |
parent | 25e075244025a930b9f6dda16138eca9d9877643 (diff) | |
download | ODR-AudioEnc-3330e5d76e1c224cb5c7b43e517bf869d1454d6d.tar.gz ODR-AudioEnc-3330e5d76e1c224cb5c7b43e517bf869d1454d6d.tar.bz2 ODR-AudioEnc-3330e5d76e1c224cb5c7b43e517bf869d1454d6d.zip |
Fix downmixing for VLC
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r-- | src/VLCInput.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h index c727fdf..99ce01d 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -134,7 +134,6 @@ class VLCInput : public InputInterface int getRate() { return m_rate; } - int getChannels() { return m_channels; } virtual bool fault_detected(void) const override { return m_fault; }; |