23 #ifndef AVFORMAT_SEEK_H 24 #define AVFORMAT_SEEK_H
void ff_free_parser_state(AVFormatContext *s, AVParserState *state)
Free previously saved parser state.
AVPacketList * raw_packet_buffer
raw packet buffer of original state
AVParserStreamState * stream_states
states of individual streams (array)
void ff_restore_parser_state(AVFormatContext *s, AVParserState *state)
Restore previously saved parser state and file position.
structure to store parser state of one AVStream
structure to store parser state of AVFormat
AVPacketList * parse_queue
parse queue of original state
int64_t ff_gen_syncpoint_search(AVFormatContext *s, int stream_index, int64_t pos, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Search for the sync point of all active streams.
int nb_streams
number of streams with stored state
AVCodecParserContext * parser
int64_t fpos
file position at the time of call
int raw_packet_buffer_remaining_size
remaining space in raw_packet_buffer
AVPacketList * packet_buffer
packet buffer of original state
AVParserState * ff_store_parser_state(AVFormatContext *s)
Store current parser state and file position.