[FFmpeg-cvslog] Loose mplayer in MPlayer/incoming/

Michael Niedermayer git at videolan.org
Tue Jun 3 16:12:39 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jun  3 16:03:44 2014 +0200| [2422a7ffe4415fdae0e617147759bb20c6772b64] | committer: Michael Niedermayer

Loose mplayer in MPlayer/incoming/

Found-by: Clément Bœsch <u at pkh.me>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2422a7ffe4415fdae0e617147759bb20c6772b64
---

 ffmpeg.c           |    2 +-
 libavcodec/utils.c |    2 +-
 libavutil/log.c    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index dd2c3e2..42fed76 100644
--- 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 at ffmpeg.org)\n");
     }
 
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 622298d..f06d1a6 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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 at ffmpeg.org)\n");
 
     va_end(argument_list);
diff --git a/libavutil/log.c b/libavutil/log.c
index cee7cef..2091316 100644
--- a/libavutil/log.c
+++ b/libavutil/log.c
@@ -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 at ffmpeg.org)\n");
 }
 



More information about the ffmpeg-cvslog mailing list