FFmpeg
|
seek.h
Go to the documentation of this file.
void ff_free_parser_state(AVFormatContext *s, AVParserState *state)
Free previously saved parser state.
Definition: seek.c:489
void ff_restore_parser_state(AVFormatContext *s, AVParserState *state)
Restore previously saved parser state and file position.
Definition: seek.c:444
Definition: avformat.h:1279
struct AVParserStreamState AVParserStreamState
structure to store parser state of one AVStream
Definition: libavcodec/avcodec.h:3747
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.
Definition: seek.c:244
Main libavformat public API header.
AVParserState * ff_store_parser_state(AVFormatContext *s)
Store current parser state and file position.
Definition: seek.c:394
Generated on Mon Nov 18 2024 06:52:00 for FFmpeg by 1.8.11