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/atrac3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/atrac3.c') diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 563352094d..78df5f1fb3 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -186,7 +186,7 @@ static int decode_bytes(const uint8_t* inbuffer, uint8_t* out, int bytes){ obuf[i] = c ^ buf[i]; if (off) - av_log(NULL,AV_LOG_DEBUG,"Offset of %d not handled, post sample on ffmpeg-dev.\n",off); + av_log_ask_for_sample(NULL, "Offset of %d not handled.\n", off); return off; } -- cgit v1.2.3