From 12e25ed284592b32c954d471e9b7b1e5a0dbf18d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 13 Mar 2013 21:18:34 +0100 Subject: avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() --- libavcodec/mimic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mimic.c') diff --git a/libavcodec/mimic.c b/libavcodec/mimic.c index ecd837088d..0fe83137bb 100644 --- a/libavcodec/mimic.c +++ b/libavcodec/mimic.c @@ -389,7 +389,7 @@ static int mimic_decode_frame(AVCodecContext *avctx, void *data, ctx->num_hblocks[i] = width >> (3 + !!i); } } else if (width != ctx->avctx->width || height != ctx->avctx->height) { - av_log_missing_feature(avctx, "resolution changing", 1); + avpriv_request_sample(avctx, "Resolution changing"); return AVERROR_PATCHWELCOME; } -- cgit v1.2.3