FFmpeg
|
Data Fields | |
WMAProDecodeCtx | xma [4] |
AVFrame * | frames [4] |
int | current_stream |
float | samples [8][512 *64] |
int | offset [4] |
Definition at line 237 of file wmaprodec.c.
WMAProDecodeCtx XMADecodeCtx::xma[4] |
Definition at line 238 of file wmaprodec.c.
Referenced by xma_decode_end(), xma_decode_init(), xma_decode_packet(), and xma_flush().
AVFrame* XMADecodeCtx::frames[4] |
Definition at line 239 of file wmaprodec.c.
Referenced by xma_decode_end(), xma_decode_init(), and xma_decode_packet().
int XMADecodeCtx::current_stream |
Definition at line 240 of file wmaprodec.c.
Referenced by xma_decode_packet(), and xma_flush().
float XMADecodeCtx::samples[8][512 *64] |
Definition at line 241 of file wmaprodec.c.
Referenced by xma_decode_packet().
int XMADecodeCtx::offset[4] |
Definition at line 242 of file wmaprodec.c.
Referenced by xma_decode_packet(), and xma_flush().