FFmpeg
Functions
thread.h File Reference
#include "avfilter.h"

Go to the source code of this file.

Functions

int ff_graph_thread_init (AVFilterGraph *graph)
 
void ff_graph_thread_free (AVFilterGraph *graph)
 

Function Documentation

◆ ff_graph_thread_init()

int ff_graph_thread_init ( AVFilterGraph graph)

Definition at line 75 of file avfiltergraph.c.

Referenced by avfilter_graph_alloc_filter().

◆ ff_graph_thread_free()

void ff_graph_thread_free ( AVFilterGraph graph)

Definition at line 71 of file avfiltergraph.c.

Referenced by avfilter_graph_free().