| 3610 | typedef struct AVCodecParserContext { |
| 3611 | void *priv_data; |
| 3612 | struct AVCodecParser *parser; |
| 3613 | int64_t frame_offset; /* offset of the current frame */ |
| 3614 | int64_t cur_offset; /* current offset |
| 3615 | (incremented by each av_parser_parse()) */ |
nothing calls this directly
no outgoing calls
no test coverage detected