|
FFmpeg
|
Data Fields | |
| AVClass * | class |
| int64_t | filesize |
| int64_t | header_filesize |
| int | xing_toc |
| int | start_pad |
| int | end_pad |
| int | usetoc |
| int | is_cbr |
| int64_t MP3DecContext::filesize |
Definition at line 41 of file mp3dec.c.
Referenced by mp3_read_header(), and mp3_read_packet().
| int64_t MP3DecContext::header_filesize |
Definition at line 42 of file mp3dec.c.
Referenced by mp3_seek().
| int MP3DecContext::xing_toc |
Definition at line 43 of file mp3dec.c.
Referenced by mp3_seek(), and read_xing_toc().
| int MP3DecContext::start_pad |
Definition at line 44 of file mp3dec.c.
Referenced by mp3_parse_vbr_tags(), and mp3_seek().
| int MP3DecContext::usetoc |
Definition at line 46 of file mp3dec.c.
Referenced by read_xing_toc().
| int MP3DecContext::is_cbr |
Definition at line 47 of file mp3dec.c.
Referenced by mp3_seek().
1.8.2