FFmpeg
Data Fields
VSContext Struct Reference

Data Fields

const AVClassclass
 
AVBufferRefvss_state
 
const VSAPI * vsapi
 
VSCore * vscore
 
VSNodeRef * outnode
 
int is_cfr
 
int current_frame
 
int c_order [4]
 
int64_t max_script_size
 

Detailed Description

Definition at line 47 of file vapoursynth.c.

Field Documentation

◆ class

const AVClass* VSContext::class

Definition at line 48 of file vapoursynth.c.

◆ vss_state

AVBufferRef* VSContext::vss_state

Definition at line 50 of file vapoursynth.c.

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

◆ vsapi

const VSAPI* VSContext::vsapi

Definition at line 52 of file vapoursynth.c.

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

◆ vscore

VSCore* VSContext::vscore

Definition at line 53 of file vapoursynth.c.

Referenced by read_close_vs(), and read_header_vs().

◆ outnode

VSNodeRef* VSContext::outnode

Definition at line 55 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 56 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 57 of file vapoursynth.c.

Referenced by read_packet_vs(), and read_seek_vs().

◆ c_order

int VSContext::c_order[4]

Definition at line 59 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 62 of file vapoursynth.c.

Referenced by read_header_vs().


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