From 6d97484d72e33f7dde9493a9ead1a72e2f029605 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 13 Mar 2013 21:17:05 +0100 Subject: avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() --- libavcodec/mpc7.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/mpc7.c') diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c index 4ebb254107..1aed52b8a0 100644 --- a/libavcodec/mpc7.c +++ b/libavcodec/mpc7.c @@ -65,8 +65,7 @@ static av_cold int mpc7_decode_init(AVCodecContext * avctx) /* Musepack SV7 is always stereo */ if (avctx->channels != 2) { - av_log_ask_for_sample(avctx, "Unsupported number of channels: %d\n", - avctx->channels); + avpriv_request_sample(avctx, "%d channels", avctx->channels); return AVERROR_PATCHWELCOME; } -- cgit v1.2.3