diff options
author | Johan Andersson <j@i19.se> | 2011-03-13 23:29:19 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-03-13 18:45:29 -0400 |
commit | 21de920472cc3d338312957bfd03dcac278b5ae3 (patch) | |
tree | 3f22e02f5e518a738ed8307dcdf02a9e44c36140 /libavcodec/utils.c | |
parent | 0e6a3ee4fa317f674a3e895188620aa5839cc414 (diff) | |
download | ffmpeg-21de920472cc3d338312957bfd03dcac278b5ae3.tar.gz |
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/utils.c')
-rw-r--r-- | libavcodec/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |