Data Fields | |
const AVClass * | class |
int | id3v2_version |
int | write_id3v1 |
int64_t | frames_offset |
int32_t | frames |
int32_t | size |
uint32_t | want |
uint32_t | seen |
uint32_t | pos |
uint64_t | bag [VBR_NUM_BAGS] |
Definition at line 84 of file mp3enc.c.
uint64_t MP3Context::bag[VBR_NUM_BAGS] |
Definition at line 94 of file mp3enc.c.
Referenced by mp3_fix_xing(), and mp3_xing_add_frame().
const AVClass* MP3Context::class |
Definition at line 89 of file mp3enc.c.
Referenced by mp3_fix_xing(), and mp3_xing_add_frame().
int64_t MP3Context::frames_offset |
Definition at line 88 of file mp3enc.c.
Referenced by mp2_write_trailer(), mp3_fix_xing(), mp3_write_packet(), mp3_write_trailer(), and mp3_write_xing().
Definition at line 86 of file mp3enc.c.
Referenced by mp3_write_header().
uint32_t MP3Context::pos |
Definition at line 93 of file mp3enc.c.
Referenced by mp3_fix_xing(), mp3_write_xing(), and mp3_xing_add_frame().
uint32_t MP3Context::seen |
Definition at line 92 of file mp3enc.c.
Referenced by mp3_write_xing(), and mp3_xing_add_frame().
Definition at line 90 of file mp3enc.c.
Referenced by mp3_fix_xing(), mp3_write_xing(), and mp3_xing_add_frame().
uint32_t MP3Context::want |
Definition at line 91 of file mp3enc.c.
Referenced by mp3_write_xing(), and mp3_xing_add_frame().
Definition at line 87 of file mp3enc.c.
Referenced by mp2_write_trailer().