FFmpeg
Data Fields
AviSynthContext Struct Reference

Data Fields

const AVClassclass
 
AVS_ScriptEnvironment * env
 
AVS_Clip * clip
 
const AVS_VideoInfo * vi
 
int n_planes
 
const intplanes
 
int curr_stream
 
int curr_frame
 
int64_t curr_sample
 
int error
 
uint32_t flags
 
struct AviSynthContextnext
 

Detailed Description

Definition at line 100 of file avisynth.c.

Field Documentation

◆ class

const AVClass* AviSynthContext::class

Definition at line 101 of file avisynth.c.

◆ env

AVS_ScriptEnvironment* AviSynthContext::env

◆ clip

AVS_Clip* AviSynthContext::clip

◆ vi

const AVS_VideoInfo* AviSynthContext::vi

◆ n_planes

int AviSynthContext::n_planes

Definition at line 107 of file avisynth.c.

Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().

◆ planes

const int* AviSynthContext::planes

Definition at line 108 of file avisynth.c.

Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().

◆ curr_stream

int AviSynthContext::curr_stream

◆ curr_frame

int AviSynthContext::curr_frame

◆ curr_sample

int64_t AviSynthContext::curr_sample

Definition at line 112 of file avisynth.c.

Referenced by avisynth_read_packet_audio(), and avisynth_read_seek().

◆ error

int AviSynthContext::error

◆ flags

uint32_t AviSynthContext::flags

Definition at line 116 of file avisynth.c.

Referenced by avisynth_create_stream_video().

◆ next

struct AviSynthContext* AviSynthContext::next

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