summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd_ffmpeg.c')
-rw-r--r--libmpcodecs/vd_ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vd_ffmpeg.c b/libmpcodecs/vd_ffmpeg.c
index e082d2a5a0..f50c5c69b6 100644
--- a/libmpcodecs/vd_ffmpeg.c
+++ b/libmpcodecs/vd_ffmpeg.c
@@ -19,7 +19,7 @@ static vd_info_t info = {
"ffmpeg",
"A'rpi",
"A'rpi, Michael, Alex",
- "native codecs (http://ffmpeg.sf.net/)"
+ "native codecs"
};
LIBVD_EXTERN(ffmpeg)