FFmpeg
|
Data Fields | |
AVClass * | class |
uint8_t * | aa_fixed_key |
int | aa_fixed_key_len |
int | codec_second_size |
int | current_codec_second_size |
int | chapter_idx |
struct AVTEA * | tea_ctx |
uint8_t | file_key [16] |
int64_t | current_chapter_size |
int64_t | content_start |
int64_t | content_end |
int | seek_offset |
uint8_t* AADemuxContext::aa_fixed_key |
Definition at line 44 of file aadec.c.
Referenced by aa_read_header().
int AADemuxContext::aa_fixed_key_len |
Definition at line 45 of file aadec.c.
Referenced by aa_read_header().
int AADemuxContext::codec_second_size |
Definition at line 46 of file aadec.c.
Referenced by aa_read_header(), aa_read_packet(), and aa_read_seek().
int AADemuxContext::current_codec_second_size |
Definition at line 47 of file aadec.c.
Referenced by aa_read_packet(), and aa_read_seek().
int AADemuxContext::chapter_idx |
Definition at line 48 of file aadec.c.
Referenced by aa_read_packet(), and aa_read_seek().
struct AVTEA* AADemuxContext::tea_ctx |
Definition at line 49 of file aadec.c.
Referenced by aa_read_close(), aa_read_header(), and aa_read_packet().
uint8_t AADemuxContext::file_key[16] |
Definition at line 50 of file aadec.c.
Referenced by aa_read_header(), and aa_read_packet().
int64_t AADemuxContext::current_chapter_size |
Definition at line 51 of file aadec.c.
Referenced by aa_read_header(), aa_read_packet(), and aa_read_seek().
int64_t AADemuxContext::content_start |
Definition at line 52 of file aadec.c.
Referenced by aa_read_header(), and aa_read_seek().
int64_t AADemuxContext::content_end |
Definition at line 53 of file aadec.c.
Referenced by aa_read_header(), and aa_read_packet().
int AADemuxContext::seek_offset |
Definition at line 54 of file aadec.c.
Referenced by aa_read_header(), aa_read_packet(), and aa_read_seek().