FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions
thread.h File Reference
#include "avfilter.h"

Go to the source code of this file.

Typedefs

typedef int( action_func )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Functions

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

Typedef Documentation

typedef int( action_func)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 25 of file thread.h.

Function Documentation

int ff_graph_thread_init ( AVFilterGraph graph)

Definition at line 68 of file avfiltergraph.c.

Referenced by avfilter_graph_alloc_filter().

void ff_graph_thread_free ( AVFilterGraph graph)

Definition at line 64 of file avfiltergraph.c.

Referenced by avfilter_graph_free().