FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MP3DecContext Struct Reference

Data Fields

AVClassclass
 
int64_t filesize
 
int64_t header_filesize
 
int xing_toc
 
int start_pad
 
int end_pad
 
int usetoc
 
int is_cbr
 

Detailed Description

Definition at line 39 of file mp3dec.c.

Field Documentation

AVClass* MP3DecContext::class

Definition at line 40 of file mp3dec.c.

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::end_pad

Definition at line 45 of file mp3dec.c.

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().


The documentation for this struct was generated from the following file: