diff options
author | Michael Niedermayer <[email protected]> | 2014-06-03 15:35:09 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2014-06-03 15:58:27 +0200 |
commit | 3e7b4b9fbd463b06e1fe6353b15fb62e3d9c18cd (patch) | |
tree | de1b45902a0cba5dee855229f92dd5cfb447090f /ffmpeg.c | |
parent | 768ef0f19e4f553a307f4b5e16d252a32d5dd8d3 (diff) |
Add direct link to ML in missing_feature_sample()
Reviewed-by: Clément Bœsch <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1867,7 +1867,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output) 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/ " - "and contact the ffmpeg-devel mailing list.\n"); + "and contact the ffmpeg-devel mailing list. ([email protected])\n"); } if (*got_output || ret<0 || pkt->size) |