FFmpeg
|
Data Fields | |
OpusContext | ctx |
OpusPacket | pkt |
int | extradata_parsed |
ParseContext | pc |
int | ts_framing |
Definition at line 33 of file opus_parser.c.
OpusContext OpusParseContext::ctx |
Definition at line 34 of file opus_parser.c.
Referenced by opus_find_frame_end().
OpusPacket OpusParseContext::pkt |
Definition at line 35 of file opus_parser.c.
Referenced by opus_find_frame_end().
int OpusParseContext::extradata_parsed |
Definition at line 36 of file opus_parser.c.
Referenced by opus_find_frame_end().
ParseContext OpusParseContext::pc |
Definition at line 37 of file opus_parser.c.
Referenced by opus_find_frame_end(), and opus_parse().
int OpusParseContext::ts_framing |
Definition at line 38 of file opus_parser.c.
Referenced by opus_find_frame_end(), and opus_parse().