Update the url to the site website and change ffmpeg-devel to libav-devel

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Johan Andersson
2011-03-13 23:29:19 +01:00
committed by Ronald S. Bultje
parent 0e6a3ee4fa
commit 21de920472
9 changed files with 27 additions and 27 deletions

View File

@ -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;