diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-07 11:22:11 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-07 11:22:11 +0100 |
commit | 60140af509d33cd2179c56388b16746e9d67071a (patch) | |
tree | 6b5da7deb3f8f5f941c493f5a60622bf67ccdd01 /src/VLCInput.h | |
parent | 3330e5d76e1c224cb5c7b43e517bf869d1454d6d (diff) | |
download | ODR-AudioEnc-60140af509d33cd2179c56388b16746e9d67071a.tar.gz ODR-AudioEnc-60140af509d33cd2179c56388b16746e9d67071a.tar.bz2 ODR-AudioEnc-60140af509d33cd2179c56388b16746e9d67071a.zip |
Add some general quality remarks to README
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 99ce01d..0eb3e37 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -134,7 +134,6 @@ class VLCInput : public InputInterface int getRate() { return m_rate; } - virtual bool fault_detected(void) const override { return m_fault; }; /*! Separator string used when artist/title are written |