Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
GetBitContext | gb |
int | format |
int | channels |
int | bps |
int | data_length |
int | frame_length |
int | last_frame_length |
int | total_frames |
int32_t * | decode_buffer |
TTAChannel * | ch_ctx |
int | totalframes |
int | currentframe |
Definition at line 57 of file tta.c.
int TTAContext::bps |
Definition at line 67 of file tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().
Definition at line 29 of file tta.c.
Referenced by tta_read_header(), tta_read_packet(), and tta_read_seek().
int32_t* TTAContext::decode_buffer |
Definition at line 65 of file tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().