siren: convert to new channel layout API
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -398,8 +398,8 @@ static av_cold int siren_init(AVCodecContext *avctx)
|
|||||||
s->imdct_prev = s->imdct_buf[2];
|
s->imdct_prev = s->imdct_buf[2];
|
||||||
s->window = s->imdct_buf[3];
|
s->window = s->imdct_buf[3];
|
||||||
|
|
||||||
avctx->channels = 1;
|
av_channel_layout_uninit(&avctx->ch_layout);
|
||||||
avctx->channel_layout = AV_CH_LAYOUT_MONO;
|
avctx->ch_layout = (AVChannelLayout)AV_CHANNEL_LAYOUT_MONO;
|
||||||
avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
|
avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
|
||||||
|
|
||||||
s->rate_control_possibilities = 16;
|
s->rate_control_possibilities = 16;
|
||||||
|
Reference in New Issue
Block a user