X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/0e7ceb2442f07edefc2357e3ed14d208652a99f3..0ba39dd1a9ec8ee0fd798ba6daf90d0cc36e17f2:/libavcodec/qcelpdec.c diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c index c65b094..56551fd 100644 --- a/libavcodec/qcelpdec.c +++ b/libavcodec/qcelpdec.c @@ -680,10 +680,7 @@ static qcelp_packet_rate determine_bitrate(AVCodecContext *avctx, const int buf_ if(bitrate == SILENCE) { //FIXME: Remove experimental warning when tested with samples. - av_log(avctx, AV_LOG_WARNING, "'Blank frame handling is experimental." - " 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"); + ff_log_ask_for_sample(avctx, "'Blank frame handling is experimental."); } return bitrate; }