Libav
Data Fields
NUTContext Struct Reference

#include <nut.h>

Data Fields

const AVClassav_class
 
AVFormatContextavf
 
FrameCode frame_code [256]
 
uint8_t header_len [128]
 
const uint8_theader [128]
 
uint64_t next_startcode
 stores the next startcode if it has already been parsed but the stream is not seekable More...
 
StreamContextstream
 
ChapterContextchapter
 
unsigned int max_distance
 
unsigned int time_base_count
 
int64_t last_syncpoint_pos
 
int header_count
 
AVRationaltime_base
 
struct AVTreeNodesyncpoints
 
int flags
 
int version
 

Detailed Description

Definition at line 89 of file nut.h.

Field Documentation

§ av_class

const AVClass* NUTContext::av_class

Definition at line 90 of file nut.h.

§ avf

AVFormatContext* NUTContext::avf

§ frame_code

FrameCode NUTContext::frame_code[256]

§ header_len

uint8_t NUTContext::header_len[128]

§ header

const uint8_t* NUTContext::header[128]

§ next_startcode

uint64_t NUTContext::next_startcode

stores the next startcode if it has already been parsed but the stream is not seekable

Definition at line 97 of file nut.h.

Referenced by nut_read_header(), nut_read_packet(), and nut_read_timestamp().

§ stream

StreamContext* NUTContext::stream

§ chapter

ChapterContext* NUTContext::chapter

Definition at line 99 of file nut.h.

Referenced by nut_write_header(), nut_write_trailer(), and write_chapter().

§ max_distance

unsigned int NUTContext::max_distance

§ time_base_count

unsigned int NUTContext::time_base_count

§ last_syncpoint_pos

int64_t NUTContext::last_syncpoint_pos

§ header_count

int NUTContext::header_count

§ time_base

AVRational* NUTContext::time_base

§ syncpoints

struct AVTreeNode* NUTContext::syncpoints

Definition at line 105 of file nut.h.

Referenced by ff_nut_add_sp(), ff_nut_free_sp(), nut_write_packet(), and read_seek().

§ flags

int NUTContext::flags

§ version

int NUTContext::version

Definition at line 109 of file nut.h.

Referenced by decode_main_header(), nut_write_header(), and write_mainheader().


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