FFmpeg
Data Fields
VSContext Struct Reference

Data Fields

const AVClassclass
 
AVBufferRefvss_state
 
const VSSCRIPTAPI * vssapi
 
const VSAPI * vsapi
 
void * vslibrary
 
VSNode * outnode
 
int is_cfr
 
int current_frame
 
int c_order [4]
 
int64_t max_script_size
 

Detailed Description

Definition at line 62 of file vapoursynth.c.

Field Documentation

◆ class

const AVClass* VSContext::class

Definition at line 63 of file vapoursynth.c.

◆ vss_state

AVBufferRef* VSContext::vss_state

Definition at line 65 of file vapoursynth.c.

Referenced by read_close_vs(), read_header_vs(), and read_packet_vs().

◆ vssapi

const VSSCRIPTAPI* VSContext::vssapi

Definition at line 67 of file vapoursynth.c.

Referenced by read_header_vs().

◆ vsapi

const VSAPI* VSContext::vsapi

Definition at line 68 of file vapoursynth.c.

Referenced by get_vs_prop_int(), read_close_vs(), read_header_vs(), and read_packet_vs().

◆ vslibrary

void* VSContext::vslibrary

Definition at line 69 of file vapoursynth.c.

Referenced by read_close_vs(), and read_header_vs().

◆ outnode

VSNode* VSContext::outnode

Definition at line 71 of file vapoursynth.c.

Referenced by read_close_vs(), read_header_vs(), and read_packet_vs().

◆ is_cfr

int VSContext::is_cfr

Definition at line 72 of file vapoursynth.c.

Referenced by read_header_vs(), read_packet_vs(), and read_seek_vs().

◆ current_frame

int VSContext::current_frame

Definition at line 73 of file vapoursynth.c.

Referenced by read_packet_vs(), and read_seek_vs().

◆ c_order

int VSContext::c_order[4]

Definition at line 75 of file vapoursynth.c.

Referenced by read_header_vs(), and read_packet_vs().

◆ max_script_size

int64_t VSContext::max_script_size

Definition at line 78 of file vapoursynth.c.

Referenced by read_header_vs().


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