mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
siren: convert to new channel layout API
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6114a1f71d
commit
35789608ae
@ -398,8 +398,8 @@ static av_cold int siren_init(AVCodecContext *avctx)
|
||||
s->imdct_prev = s->imdct_buf[2];
|
||||
s->window = s->imdct_buf[3];
|
||||
|
||||
avctx->channels = 1;
|
||||
avctx->channel_layout = AV_CH_LAYOUT_MONO;
|
||||
av_channel_layout_uninit(&avctx->ch_layout);
|
||||
avctx->ch_layout = (AVChannelLayout)AV_CHANNEL_LAYOUT_MONO;
|
||||
avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
|
||||
|
||||
s->rate_control_possibilities = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user