Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
int | flags |
int | channels |
int | bps |
int | is_float |
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 66 of file tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().
Definition at line 28 of file tta.c.
Referenced by tta_read_header(), tta_read_packet(), and tta_read_seek().
int32_t* TTAContext::decode_buffer |
Definition at line 64 of file tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().