AviSynthContext Struct Reference
Collaboration diagram for AviSynthContext:
Collaboration graph

Data Fields

AVS_ScriptEnvironmentenv
 
AVS_Clipclip
 
const AVS_VideoInfovi
 
int n_planes
 
const int * planes
 
int curr_stream
 
int curr_frame
 
int64_t curr_sample
 
int error
 
struct AviSynthContextnext
 

Detailed Description

Definition at line 81 of file avisynth.c.

Field Documentation

int AviSynthContext::curr_frame
int64_t AviSynthContext::curr_sample

Definition at line 92 of file avisynth.c.

Referenced by avisynth_read_packet_audio(), and avisynth_read_seek().

int AviSynthContext::curr_stream

Definition at line 90 of file avisynth.c.

Referenced by avisynth_next_stream().

int AviSynthContext::n_planes

Definition at line 87 of file avisynth.c.

Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().

struct AviSynthContext* AviSynthContext::next
const int* AviSynthContext::planes

Definition at line 88 of file avisynth.c.

Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().


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