diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-07 13:43:15 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-07 13:43:15 +0100 |
commit | 46da69ed47b8a79572ac1add37a18f1d0e1c8081 (patch) | |
tree | c2ec6e56268dac9583f6007e7a5a7112641bd524 | |
parent | b7ac85a604c8756aad0a5cc9be3b61e943e5c220 (diff) | |
download | ODR-AudioEnc-46da69ed47b8a79572ac1add37a18f1d0e1c8081.tar.gz ODR-AudioEnc-46da69ed47b8a79572ac1add37a18f1d0e1c8081.tar.bz2 ODR-AudioEnc-46da69ed47b8a79572ac1add37a18f1d0e1c8081.zip |
change www.csp.it to rd.csp.it
-rw-r--r-- | aac-enc-dabplus-zmq.c | 7 | ||||
-rw-r--r-- | mot-encoder.c | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/aac-enc-dabplus-zmq.c b/aac-enc-dabplus-zmq.c index add317b..febf3eb 100644 --- a/aac-enc-dabplus-zmq.c +++ b/aac-enc-dabplus-zmq.c @@ -1,7 +1,10 @@ /* ------------------------------------------------------------------ * Copyright (C) 2011 Martin Storsjo * Copyright (C) 2013,2014 Matthias P. Braendli - * Copyright (C) 2014 CSP Innovazione nelle ICT s.c.a r.l. (http://www.csp.it/) + * Copyright (C) 2014 CSP Innovazione nelle ICT s.c.a r.l. + * http://rd.csp.it/ + * + * http://opendigitalradio.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -43,7 +46,7 @@ void usage(const char* name) { fprintf(stderr, "fdk-aac-dabplus HE-AACv2 encoder for DAB+\n\n"); fprintf(stderr, "With ZeroMQ output for ODR-DabMux\n"); - fprintf(stderr, "and PAD (DLS and MOT Slideshow) by http://www.csp.it\n"); + fprintf(stderr, "and PAD (DLS and MOT Slideshow) by http://rd.csp.it\n"); fprintf(stderr, "\n"); fprintf(stderr, "http://opendigitalradio.org\n"); fprintf(stderr, "\nUsage:\n"); diff --git a/mot-encoder.c b/mot-encoder.c index 7325cee..d33514d 100644 --- a/mot-encoder.c +++ b/mot-encoder.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 CSP Innovazione nelle ICT s.c.a r.l. (http://www.csp.it/) + Copyright (C) 2014 CSP Innovazione nelle ICT s.c.a r.l. (http://rd.csp.it/) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ void usage(char* name) { fprintf(stderr, "DAB MOT encoder\n" "for slideshow and DLS\n\n" - "By CSP Innovazione nelle ICT s.c.a r.l. (http://www.csp.it/)\n\n" + "By CSP Innovazione nelle ICT s.c.a r.l. (http://rd.csp.it/)\n\n" "Reads image data from the specified directory, and outputs PAD data\n" "on standard output\n" "Reads DLS from /tmp/dls.file\n"); |