Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Andersson <j@i19.se>2011-03-14 01:29:19 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-14 01:45:29 +0300
commit21de920472cc3d338312957bfd03dcac278b5ae3 (patch)
tree3f22e02f5e518a738ed8307dcdf02a9e44c36140 /libavcodec/dsputil.h
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/dsputil.h')
-rw-r--r--libavcodec/dsputil.h2
1 files changed, 1 insertions, 1 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).