summaryrefslogtreecommitdiff
path: root/libavcodec/qcelpdec.c
diff options
context:
space:
mode:
authorKenan Gillet <kenan.gillet@gmail.com>2009-01-16 16:20:42 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2009-01-16 16:20:42 +0000
commit0ba39dd1a9ec8ee0fd798ba6daf90d0cc36e17f2 (patch)
tree313476bb4a48d6115bbf883a87da59c25e17b0a2 /libavcodec/qcelpdec.c
parent0e7ceb2442f07edefc2357e3ed14d208652a99f3 (diff)
Split ff_log_missing_feature into ff_log_missing_feature
and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author) Originally committed as revision 16637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qcelpdec.c')
-rw-r--r--libavcodec/qcelpdec.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c
index c65b094f29..56551fdb9c 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;
}