diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-03 16:03:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-03 16:03:44 +0200 |
commit | 2422a7ffe4415fdae0e617147759bb20c6772b64 (patch) | |
tree | 602dc0cb8c1c9635576ec33f90c6b72c7e9b920b /ffmpeg.c | |
parent | 3e7b4b9fbd463b06e1fe6353b15fb62e3d9c18cd (diff) | |
download | ffmpeg-2422a7ffe4415fdae0e617147759bb20c6772b64.tar.gz |
Loose mplayer in MPlayer/incoming/
Found-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |