mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 18:53:02 +00:00
alsdec: do not set AVCodecContext.frame_size
It is not necessary
This commit is contained in:
parent
f1e73100d9
commit
0efa4073bf
@ -1691,7 +1691,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
|
||||
ctx->reverted_channels = NULL;
|
||||
}
|
||||
|
||||
avctx->frame_size = sconf->frame_length;
|
||||
channel_size = sconf->frame_length + sconf->max_order;
|
||||
|
||||
ctx->prev_raw_samples = av_malloc (sizeof(*ctx->prev_raw_samples) * sconf->max_order);
|
||||
|
Loading…
Reference in New Issue
Block a user