FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
WavpackFrameContext * | fdec [WV_MAX_FRAME_DECODERS] |
int | fdec_num |
int | block |
int | samples |
int | ch_offset |
AVCodecContext* WavpackContext::avctx |
WavpackFrameContext* WavpackContext::fdec[WV_MAX_FRAME_DECODERS] |
Definition at line 78 of file wavpack.c.
Referenced by wavpack_decode_block().
int WavpackContext::fdec_num |
Definition at line 79 of file wavpack.c.
Referenced by wavpack_decode_block().
int WavpackContext::samples |
Definition at line 82 of file wavpack.c.
Referenced by wavpack_decode_block().
int WavpackContext::ch_offset |
Definition at line 83 of file wavpack.c.
Referenced by wavpack_decode_block().