diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 15:07:50 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-10 20:16:09 +0200 |
commit | 114f153e6c1bc71e9f0ffc47abbce2e2c3803eb3 (patch) | |
tree | ef48b5bd71943a284f6f10a62c3be7d3c9c414d9 /src/VLCInput.h | |
parent | 0c0840f432c081dff796999b8254866ff0cee6c5 (diff) | |
download | ODR-AudioEnc-114f153e6c1bc71e9f0ffc47abbce2e2c3803eb3.tar.gz ODR-AudioEnc-114f153e6c1bc71e9f0ffc47abbce2e2c3803eb3.tar.bz2 ODR-AudioEnc-114f153e6c1bc71e9f0ffc47abbce2e2c3803eb3.zip |
Remove some references to FDK
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r-- | src/VLCInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h index da4b7ae..1d01d66 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -202,7 +202,7 @@ class VLCInput /* The thread running process takes samples from m_queue and writes * them into m_samplequeue. This decouples m_queue from m_samplequeue - * which is directly used by dabplus-enc.cpp + * which is directly used by odr-audioencoder.cpp */ void process(); |