summaryrefslogtreecommitdiff
path: root/libavcodec/takdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/takdec.c')
-rw-r--r--libavcodec/takdec.c2
1 files changed, 1 insertions, 1 deletions
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;
}