119
116
NellyMoserDecodeContext *s = avctx->priv_data;
122
121
av_lfg_init(&s->random_state, 0);
123
122
ff_mdct_init(&s->imdct_ctx, 8, 1, 1.0);
141
129
/* Generate overlap window */
143
131
ff_init_ff_sine_windows(7);
145
134
avctx->channel_layout = AV_CH_LAYOUT_MONO;
147
136
avcodec_get_frame_defaults(&s->frame);