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/takdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/takdec.c') diff --git a/libavcodec/takdec.c b/libavcodec/takdec.c index a9b8c6664c..4047513e0f 100644 --- a/libavcodec/takdec.c +++ b/libavcodec/takdec.c @@ -685,7 +685,7 @@ static int tak_decode_frame(AVCodecContext *avctx, void *data, return ret; if (s->ti.flags & TAK_FRAME_FLAG_HAS_METADATA) { - av_log_missing_feature(avctx, "frame metadata", 1); + avpriv_request_sample(avctx, "Frame metadata"); return AVERROR_PATCHWELCOME; } -- cgit v1.2.3