Home
last modified time | relevance | path

Searched refs:num_stream (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c355 static av_cold int decode_init(WMAProDecodeCtx *s, AVCodecContext *avctx, int num_stream) in decode_init() argument
388 …if ((num_stream+1) * XMA_MAX_CHANNELS_STREAM > avctx->ch_layout.nb_channels) /* stream config is 2… in decode_init()
396 …s->nb_channels = edata_ptr[32 + ((edata_ptr[0]==3)?0:8) + 4*num_stream + 0]; /* nth stream config … in decode_init()
401 s->nb_channels = edata_ptr[8 + 20*num_stream + 17]; /* nth stream config */ in decode_init()