FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVParserStreamState Struct Reference

structure to store parser state of one AVStream More...

#include <seek.h>

Data Fields

AVCodecParserContextparser
 
int64_t last_IP_pts
 
int64_t cur_dts
 
int probe_packets
 

Detailed Description

structure to store parser state of one AVStream

Definition at line 31 of file seek.h.

Field Documentation

AVCodecParserContext* AVParserStreamState::parser

Definition at line 33 of file seek.h.

Referenced by ff_free_parser_state(), ff_restore_parser_state(), and ff_store_parser_state().

int64_t AVParserStreamState::last_IP_pts

Definition at line 34 of file seek.h.

Referenced by ff_restore_parser_state(), and ff_store_parser_state().

int64_t AVParserStreamState::cur_dts

Definition at line 35 of file seek.h.

Referenced by ff_restore_parser_state(), and ff_store_parser_state().

int AVParserStreamState::probe_packets

Definition at line 36 of file seek.h.

Referenced by ff_restore_parser_state(), and ff_store_parser_state().


The documentation for this struct was generated from the following file: