summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpcodecs/ad_mpc.c2
-rw-r--r--libmpdemux/demux_mpc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/ad_mpc.c b/libmpcodecs/ad_mpc.c
index a57813392e..bacea71f70 100644
--- a/libmpcodecs/ad_mpc.c
+++ b/libmpcodecs/ad_mpc.c
@@ -4,7 +4,7 @@
* Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
* License: GPL
* This code may be be relicensed under the terms of the GNU LGPL when it
- * becomes part of the ffmpeg project (ffmpeg.sourceforge.net)
+ * becomes part of the FFmpeg project (ffmpeg.org)
*/
#include <stdio.h>
diff --git a/libmpdemux/demux_mpc.c b/libmpdemux/demux_mpc.c
index 93c24100ca..454fe4d576 100644
--- a/libmpdemux/demux_mpc.c
+++ b/libmpdemux/demux_mpc.c
@@ -2,7 +2,7 @@
* Demuxer for Musepack v7 bitstream
* by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
* This code may be be relicensed under the terms of the GNU LGPL when it
- * becomes part of the ffmpeg project (ffmpeg.sourceforge.net)
+ * becomes part of the FFmpeg project (ffmpeg.org)
*/
#include "config.h"