parent
5d9f44da46
commit
505d6ed475
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue