diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-24 10:50:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-24 10:51:40 +0200 |
commit | 956c3e5923ac3c0b149b31aad84c339923f6bc31 (patch) | |
tree | 981b13cba37fcaa1423e490b74ff45871a6d01f9 /src/VLCInput.cpp | |
parent | 7103e8b88ef48d29761cd18ed681a034281a5de5 (diff) | |
download | ODR-AudioEnc-956c3e5923ac3c0b149b31aad84c339923f6bc31.tar.gz ODR-AudioEnc-956c3e5923ac3c0b149b31aad84c339923f6bc31.tar.bz2 ODR-AudioEnc-956c3e5923ac3c0b149b31aad84c339923f6bc31.zip |
Replace mot-encoder by ODR-PadEnc
Diffstat (limited to 'src/VLCInput.cpp')
-rw-r--r-- | src/VLCInput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VLCInput.cpp b/src/VLCInput.cpp index bac5508..c0c9433 100644 --- a/src/VLCInput.cpp +++ b/src/VLCInput.cpp @@ -375,7 +375,7 @@ ssize_t VLCInput::m_read(uint8_t* buf, size_t length) const std::string VLCInput::ICY_TEXT_SEPARATOR = " - "; -/*! Write the corresponding text to a file readable by mot-encoder, with optional +/*! Write the corresponding text to a file readable by ODR-PadEnc, with optional * DL+ information. The text is passed as a copy because we actually use the * m_nowplaying variable which is also accessed in another thread, so better * make a copy. |