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 73 of file nut.h.

Field Documentation

int StreamContext::decode_delay

Definition at line 81 of file nut.h.

Referenced by decode_stream_header().

int StreamContext::last_flags

Definition at line 74 of file nut.h.

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

int64_t StreamContext::last_pts
int StreamContext::max_pts_distance
int StreamContext::msb_pts_shift
int StreamContext::skip_until_key_frame

Definition at line 75 of file nut.h.

Referenced by decode_frame(), and read_seek().

AVRational* StreamContext::time_base
int StreamContext::time_base_id

Definition at line 77 of file nut.h.

Referenced by decode_stream_header().


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