From d9dee728b8c50fb6dbff3701e1abcb2eac5895b3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 22 Apr 2011 19:41:59 +0200 Subject: Use av_log_ask_for_sample() to request samples from users. --- libavcodec/loco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/loco.c') diff --git a/libavcodec/loco.c b/libavcodec/loco.c index 0733d09e49..32b1bfc9b1 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -248,7 +248,7 @@ static av_cold int decode_init(AVCodecContext *avctx){ break; default: l->lossy = AV_RL32(avctx->extradata + 8); - av_log(avctx, AV_LOG_INFO, "This is LOCO codec version %i, please upload file for study\n", version); + av_log_ask_for_sample(avctx, "This is LOCO codec version %i.\n", version); } l->mode = AV_RL32(avctx->extradata + 4); -- cgit v1.2.3