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

#include <nut.h>

Data Fields

nut_context_tt * nut
 
nut_stream_header_tt * s
 
const AVClassav_class
 
AVFormatContextavf
 
FrameCode frame_code [256]
 
uint8_t header_len [128]
 
const uint8_theader [128]
 
uint64_t next_startcode
 
StreamContextstream
 
ChapterContextchapter
 
unsigned int max_distance
 
unsigned int time_base_count
 
int64_t last_syncpoint_pos
 
int64_t last_resync_pos
 
int header_count
 
AVRationaltime_base
 
struct AVTreeNodesyncpoints
 
int sp_count
 
int write_index
 
int64_t max_pts
 
AVRationalmax_pts_tb
 
int flags
 
int version
 
int minor_version
 

Detailed Description

Definition at line 36 of file libnut.c.

Field Documentation

nut_context_tt* NUTContext::nut

Definition at line 37 of file libnut.c.

Referenced by nut_read_close(), nut_read_header(), nut_read_packet(), and nut_read_seek().

nut_stream_header_tt* NUTContext::s

Definition at line 38 of file libnut.c.

Referenced by nut_read_header(), and nut_read_seek().

const AVClass* NUTContext::av_class

Definition at line 92 of file nut.h.

AVFormatContext* NUTContext::avf
FrameCode NUTContext::frame_code[256]
uint8_t NUTContext::header_len[128]
const uint8_t* NUTContext::header[128]
uint64_t NUTContext::next_startcode

Definition at line 99 of file nut.h.

Referenced by nut_read_header(), and nut_read_packet().

StreamContext* NUTContext::stream
ChapterContext* NUTContext::chapter

Definition at line 101 of file nut.h.

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

unsigned int NUTContext::max_distance
unsigned int NUTContext::time_base_count
int64_t NUTContext::last_syncpoint_pos
int64_t NUTContext::last_resync_pos

Definition at line 105 of file nut.h.

Referenced by nut_read_packet(), and read_seek().

int NUTContext::header_count
AVRational* NUTContext::time_base
struct AVTreeNode* NUTContext::syncpoints

Definition at line 108 of file nut.h.

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

int NUTContext::sp_count

Definition at line 109 of file nut.h.

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

int NUTContext::write_index

Definition at line 110 of file nut.h.

Referenced by nut_write_packet(), and nut_write_trailer().

int64_t NUTContext::max_pts

Definition at line 111 of file nut.h.

Referenced by nut_write_packet(), and write_index().

AVRational* NUTContext::max_pts_tb

Definition at line 112 of file nut.h.

Referenced by nut_write_packet(), and write_index().

int NUTContext::flags
int NUTContext::version
int NUTContext::minor_version

Definition at line 117 of file nut.h.

Referenced by decode_main_header(), and write_mainheader().


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