Data Fields | |
int64_t | filesize |
int | xing_toc |
int | start_pad |
int | end_pad |
const AVClass * | class |
ID3v2EncContext | id3 |
int | id3v2_version |
int | write_id3v1 |
int64_t | xing_offset |
int32_t | frames |
int32_t | size |
uint32_t | want |
uint32_t | seen |
uint32_t | pos |
uint64_t | bag [XING_NUM_BAGS] |
int | initial_bitrate |
int | has_variable_bitrate |
int | audio_stream_idx |
int | pics_to_write |
AVPacketList * | queue |
AVPacketList * | queue_end |
Definition at line 38 of file mp3dec.c.
uint64_t MP3Context::bag[XING_NUM_BAGS] |
const AVClass* MP3Context::class |
int64_t MP3Context::filesize |
int32_t MP3Context::frames |
Definition at line 102 of file mp3enc.c.
Referenced by mp3_update_xing(), and mp3_write_audio_packet().
uint32_t MP3Context::pos |
Definition at line 99 of file mp3enc.c.
Referenced by mp3_update_xing(), mp3_write_xing(), and mp3_xing_add_frame().
uint32_t MP3Context::seen |
int32_t MP3Context::size |
Definition at line 96 of file mp3enc.c.
Referenced by mp3_update_xing(), mp3_write_xing(), and mp3_xing_add_frame().
uint32_t MP3Context::want |
int64_t MP3Context::xing_offset |
Definition at line 94 of file mp3enc.c.
Referenced by mp3_update_xing(), mp3_write_audio_packet(), mp3_write_trailer(), and mp3_write_xing().