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>
This commit is contained in:
@@ -134,7 +134,7 @@ static av_cold int mpc8_decode_init(AVCodecContext * avctx)
|
||||
}
|
||||
channels = get_bits(&gb, 4) + 1;
|
||||
if (channels > 2) {
|
||||
av_log_missing_feature(avctx, "Multichannel MPC SV8", 1);
|
||||
avpriv_request_sample(avctx, "Multichannel MPC SV8");
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
c->MSS = get_bits1(&gb);
|
||||
|
||||
Reference in New Issue
Block a user