Replace mplayerhq.hu URLs by libav.org.

This commit is contained in:
Diego Biurrun
2011-04-17 20:13:59 +02:00
parent 0b5ae1fdd3
commit f0a41afd8a
4 changed files with 4 additions and 4 deletions

View File

@ -1204,7 +1204,7 @@ 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.libav.org/MPlayer/incoming/ "
"of this file to ftp://upload.libav.org/incoming/ "
"and contact the libav-devel mailing list.\n");
}