summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-14 13:07:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-14 13:07:25 +0100
commitcacbf64a76acb69b2efd773e8d7ab01bc957560d (patch)
tree80e9d70ed0a266a3540daa5707ff5b71ee2b475f /libavcodec/rv10.c
parent13795dbb642cecf46e75fb6a78c830bf862c2310 (diff)
parent12e25ed284592b32c954d471e9b7b1e5a0dbf18d (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() Conflicts: libavcodec/aacsbr.c libavcodec/amrnbdec.c libavcodec/takdec.c libavcodec/tta.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r--libavcodec/rv10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index da347854d3..3f6d52e150 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -493,7 +493,7 @@ static av_cold int rv10_decode_init(AVCodecContext *avctx)
break;
default:
av_log(s->avctx, AV_LOG_ERROR, "unknown header %X\n", rv->sub_id);
- av_log_missing_feature(avctx, "RV1/2 version", 1);
+ avpriv_request_sample(avctx, "RV1/2 version");
return AVERROR_PATCHWELCOME;
}