FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 
int64_t * keyframe_pts
 

Detailed Description

Definition at line 75 of file nut.h.

Field Documentation

int StreamContext::last_flags

Definition at line 76 of file nut.h.

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

int StreamContext::skip_until_key_frame

Definition at line 77 of file nut.h.

Referenced by decode_frame(), and read_seek().

int64_t StreamContext::last_pts
int StreamContext::time_base_id

Definition at line 79 of file nut.h.

Referenced by decode_stream_header().

AVRational* StreamContext::time_base
int StreamContext::msb_pts_shift
int StreamContext::max_pts_distance
int StreamContext::decode_delay

Definition at line 83 of file nut.h.

Referenced by decode_stream_header().

int64_t* StreamContext::keyframe_pts

Definition at line 84 of file nut.h.

Referenced by nut_write_packet(), nut_write_trailer(), and write_index().


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