diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-11 11:48:03 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-11 11:48:39 +0200 |
commit | 2fc4dad6f1cd8c2f7798822d07b6918e639ee200 (patch) | |
tree | 82abe5f9191327ac3c05e0e9b79d0dcd97985210 /src/VLCInput.h | |
parent | e09e4d5b8972ece3836162e24c229b7b0dc8c54d (diff) | |
download | ODR-AudioEnc-2fc4dad6f1cd8c2f7798822d07b6918e639ee200.tar.gz ODR-AudioEnc-2fc4dad6f1cd8c2f7798822d07b6918e639ee200.tar.bz2 ODR-AudioEnc-2fc4dad6f1cd8c2f7798822d07b6918e639ee200.zip |
Rename project to ODR-AudioEnc for consistency
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 1d01d66..5ef970b 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 odr-audioencoder.cpp + * which is directly used by odr-audioenc.cpp */ void process(); |