|
FFmpeg
|
Public Attributes | |
| AVCodecParserContext * | pc |
| parent context | |
| AVCodecContext * | avctx |
| codec context pointer for logging | |
| FLACHeaderMarker * | headers |
| linked-list that starts at the first CRC-8 verified header within buffer | |
| FLACHeaderMarker * | best_header |
| highest scoring header within buffer | |
| int | nb_headers_found |
| number of headers found in the last flac_parse() call | |
| int | nb_headers_buffered |
| number of headers that are buffered | |
| int | best_header_valid |
| flag set when the parser returns junk; if set return best_header next time | |
| AVFifoBuffer * | fifo_buf |
| buffer to store all data until headers can be verified | |
| int | end_padded |
| specifies if fifo_buf's end is padded | |
| uint8_t * | wrap_buf |
| general fifo read buffer when wrapped | |
| int | wrap_buf_allocated_size |
| actual allocated size of the buffer | |
| FLACFrameInfo | last_fi |
| last decoded frame header info | |
| int | last_fi_valid |
| set if last_fi is valid | |
1.8.12