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/vp8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp8.c') diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index 4d4ff6ca2d..babbff4901 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -337,7 +337,7 @@ static int decode_frame_header(VP8Context *s, const uint8_t *buf, int buf_size) buf_size -= 7; if (hscale || vscale) - av_log_missing_feature(s->avctx, "Upscaling", 1); + avpriv_request_sample(s->avctx, "Upscaling"); s->update_golden = s->update_altref = VP56_FRAME_CURRENT; for (i = 0; i < 4; i++) -- cgit v1.2.3