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/odr-audioenc.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/odr-audioenc.cpp')
-rw-r--r-- | src/odr-audioenc.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp index 8fff655..7769481 100644 --- a/src/odr-audioenc.cpp +++ b/src/odr-audioenc.cpp @@ -43,10 +43,6 @@ * - \ref DataInput * - \ref SilenceDetection * - * For the mot-encoder: - * - \ref mot-encoder.cpp - * - * * \file odr-audioenc.cpp * \brief The main file for the audio encoder */ @@ -158,7 +154,7 @@ void usage(const char* name) " multiple times)\n" " -L OPTION Give an additional options to VLC (can be given\n" " multiple times)\n" - " -w, --write-icy-text=filename Write the ICY Text into the file, so that mot-encoder can read it.\n" + " -w, --write-icy-text=filename Write the ICY Text into the file, so that ODR-PadEnc can read it.\n" " -W, --write-icy-text-dl-plus When writing the ICY Text into the file, add DL Plus information.\n" #else " The VLC input was disabled at compile-time\n" |