From 70fb031ce27ce200026de2ea77ec038e2c2e141f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 21 Apr 2011 19:38:49 +0200 Subject: Use av_log_ask_for_sample() where appropriate. --- libavcodec/v210x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/v210x.c') diff --git a/libavcodec/v210x.c b/libavcodec/v210x.c index 3d8bdcf780..511548f366 100644 --- a/libavcodec/v210x.c +++ b/libavcodec/v210x.c @@ -52,7 +52,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac } if(avpkt->size > avctx->width * avctx->height * 8 / 3){ - av_log(avctx, AV_LOG_ERROR, "Probably padded data, need sample!\n"); + av_log_ask_for_sample(avctx, "Probably padded data\n"); } pic->reference= 0; -- cgit v1.2.3