summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorJohan Andersson <j@i19.se>2011-03-13 23:29:19 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-13 18:45:29 -0400
commit21de920472cc3d338312957bfd03dcac278b5ae3 (patch)
tree3f22e02f5e518a738ed8307dcdf02a9e44c36140 /libavcodec
parent0e6a3ee4fa317f674a3e895188620aa5839cc414 (diff)
Update the url to the site website and change ffmpeg-devel to libav-devel
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dsputil.h2
-rw-r--r--libavcodec/mlpdec.c2
-rw-r--r--libavcodec/utils.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 3e55d1338d..b4798b3de8 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -122,7 +122,7 @@ void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
/* minimum alignment rules ;)
If you notice errors in the align stuff, need more alignment for some ASM code
for some CPU or need to use a function with less aligned data then send a mail
-to the ffmpeg-devel mailing list, ...
+to the libav-devel mailing list, ...
!warning These alignments might not match reality, (missing attribute((align))
stuff somewhere possible).
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c
index a655b3d4a9..9f6863afc2 100644
--- a/libavcodec/mlpdec.c
+++ b/libavcodec/mlpdec.c
@@ -41,7 +41,7 @@
static const char* sample_message =
"Please file a bug report following the instructions at "
- "http://ffmpeg.org/bugreports.html and include "
+ "http://libav.org/bugreports.html and include "
"a sample of this file.";
typedef struct SubStream {
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 03fa7baeb5..18631ff164 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1204,8 +1204,8 @@ void av_log_ask_for_sample(void *avc, const char *msg)
if (msg)
av_log(avc, AV_LOG_WARNING, "%s ", msg);
av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
- "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
- "and contact the ffmpeg-devel mailing list.\n");
+ "of this file to ftp://upload.libav.org/MPlayer/incoming/ "
+ "and contact the libav-devel mailing list.\n");
}
static AVHWAccel *first_hwaccel = NULL;