Libav
Data Fields
StreamContext Struct Reference

#include <nut.h>

Data Fields

int last_flags
 
int skip_until_key_frame
 
int64_t last_pts
 
int time_base_id
 
AVRationaltime_base
 
int msb_pts_shift
 
int max_pts_distance
 
int decode_delay
 

Detailed Description

Definition at line 74 of file nut.h.

Field Documentation

§ last_flags

int StreamContext::last_flags

Definition at line 75 of file nut.h.

Referenced by decode_frame(), decode_frame_header(), and nut_write_packet().

§ skip_until_key_frame

int StreamContext::skip_until_key_frame

Definition at line 76 of file nut.h.

Referenced by decode_frame(), and read_seek().

§ last_pts

int64_t StreamContext::last_pts

§ time_base_id

int StreamContext::time_base_id

Definition at line 78 of file nut.h.

Referenced by decode_stream_header().

§ time_base

AVRational* StreamContext::time_base

§ msb_pts_shift

int StreamContext::msb_pts_shift

§ max_pts_distance

int StreamContext::max_pts_distance

§ decode_delay

int StreamContext::decode_delay

Definition at line 82 of file nut.h.

Referenced by decode_stream_header().


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