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

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 71 of file avisynth.c.

Field Documentation

AVS_ScriptEnvironment* AviSynthContext::env
AVS_Clip* AviSynthContext::clip
const AVS_VideoInfo* AviSynthContext::vi
int AviSynthContext::n_planes

Definition at line 77 of file avisynth.c.

Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().

const int* AviSynthContext::planes

Definition at line 78 of file avisynth.c.

Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().

int AviSynthContext::curr_stream
int AviSynthContext::curr_frame
int64_t AviSynthContext::curr_sample

Definition at line 82 of file avisynth.c.

Referenced by avisynth_read_packet_audio(), and avisynth_read_seek().

int AviSynthContext::error
struct AviSynthContext* AviSynthContext::next

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