]> git.sesse.net Git - ffmpeg/commitdiff
Loose mplayer in MPlayer/incoming/
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 3 Jun 2014 14:03:44 +0000 (16:03 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 3 Jun 2014 14:03:44 +0000 (16:03 +0200)
Found-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c
libavcodec/utils.c
libavutil/log.c

index dd2c3e2093e4da3388895bf7d5d873c45c5376c8..42fed7685f0826ffbc03b87826dd9d51fae9b4cd 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1866,7 +1866,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output)
     if (ist->st->codec->has_b_frames < ist->dec_ctx->has_b_frames) {
         av_log(ist->dec_ctx, AV_LOG_WARNING, "has_b_frames is larger in decoder than demuxer");
         av_log(ist->dec_ctx, AV_LOG_WARNING, "If you want to help, upload a sample "
-               "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
+               "of this file to ftp://upload.ffmpeg.org/incoming/ "
                "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
     }
 
index 622298d0564e52ea7562a9da5869174529ff6dde..f06d1a62cd4287f0df423c5186350688cd8157de 100644 (file)
@@ -3366,7 +3366,7 @@ void av_log_ask_for_sample(void *avc, const char *msg, ...)
     if (msg)
         av_vlog(avc, AV_LOG_WARNING, msg, argument_list);
     av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
-            "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
+            "of this file to ftp://upload.ffmpeg.org/incoming/ "
             "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
 
     va_end(argument_list);
index cee7cef40ea16fbeae9221c19136c349742d1e97..2091316957734a5078cfff578175218969c0c957 100644 (file)
@@ -395,7 +395,7 @@ static void missing_feature_sample(int sample, void *avc, const char *msg,
            "been implemented.\n");
     if (sample)
         av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
-               "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
+               "of this file to ftp://upload.ffmpeg.org/incoming/ "
                "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
 }