Data Fields | |
const AVClass * | class |
int | id3v2_version |
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 166 of file mp3enc.c.
uint64_t MP3Context::bag[VBR_NUM_BAGS] |
Definition at line 175 of file mp3enc.c.
Referenced by mp3_fix_xing(), and mp3_xing_add_frame().
const AVClass* MP3Context::class |
int32_t MP3Context::frames |
Definition at line 170 of file mp3enc.c.
Referenced by mp3_fix_xing(), and mp3_xing_add_frame().
int64_t MP3Context::frames_offset |
Definition at line 169 of file mp3enc.c.
Referenced by mp3_fix_xing(), mp3_write_packet(), mp3_write_trailer(), and mp3_write_xing().
Definition at line 168 of file mp3enc.c.
Referenced by mp3_write_header().
uint32_t MP3Context::pos |
Definition at line 174 of file mp3enc.c.
Referenced by mp3_fix_xing(), mp3_write_xing(), and mp3_xing_add_frame().
uint32_t MP3Context::seen |
Definition at line 173 of file mp3enc.c.
Referenced by mp3_write_xing(), and mp3_xing_add_frame().
int32_t MP3Context::size |
Definition at line 171 of file mp3enc.c.
Referenced by mp3_fix_xing(), mp3_write_xing(), and mp3_xing_add_frame().
uint32_t MP3Context::want |
Definition at line 172 of file mp3enc.c.
Referenced by mp3_write_xing(), and mp3_xing_add_frame().