mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
parent
5d9f44da46
commit
505d6ed475
@ -243,6 +243,7 @@ static av_cold int ape_decode_init(AVCodecContext *avctx)
|
|||||||
av_log(avctx, AV_LOG_ERROR, "Only mono and stereo is supported\n");
|
av_log(avctx, AV_LOG_ERROR, "Only mono and stereo is supported\n");
|
||||||
return AVERROR(EINVAL);
|
return AVERROR(EINVAL);
|
||||||
}
|
}
|
||||||
|
avctx->bits_per_raw_sample =
|
||||||
s->bps = avctx->bits_per_coded_sample;
|
s->bps = avctx->bits_per_coded_sample;
|
||||||
switch (s->bps) {
|
switch (s->bps) {
|
||||||
case 8:
|
case 8:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user