mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-15 20:01:42 +00: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");
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
avctx->bits_per_raw_sample =
|
||||
s->bps = avctx->bits_per_coded_sample;
|
||||
switch (s->bps) {
|
||||
case 8:
|
||||
|
Loading…
Reference in New Issue
Block a user