diff qcelpdec.c @ 8603:555c2ab21d84 libavcodec

Split ff_log_missing_feature into ff_log_missing_feature and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author)
author benoit
date Fri, 16 Jan 2009 16:20:42 +0000
parents 2c3d8a3d902c
children e9d9d946f213
line wrap: on
line diff
--- a/qcelpdec.c	Fri Jan 16 02:50:20 2009 +0000
+++ b/qcelpdec.c	Fri Jan 16 16:20:42 2009 +0000
@@ -680,10 +680,7 @@
     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;
 }