diff options
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(); |