Searched refs:AviSynthContext (Results 1 – 1 of 1) sorted by relevance
82 typedef struct AviSynthContext { struct98 struct AviSynthContext *next; argument99 } AviSynthContext; typedef118 static AviSynthContext *avs_ctx_list = NULL;171 AviSynthContext *avs = s->priv_data; in avisynth_context_create()197 static av_cold void avisynth_context_destroy(AviSynthContext *avs) in avisynth_context_destroy()205 AviSynthContext *prev = avs_ctx_list; in avisynth_context_destroy()223 AviSynthContext *avs = avs_ctx_list; in avisynth_atexit_handler()226 AviSynthContext *next = avs->next; in avisynth_atexit_handler()238 AviSynthContext *avs = s->priv_data; in avisynth_create_stream_video()[all …]