FFmpeg
Classes | Typedefs | Functions
pthread.c File Reference

Libavfilter multithreading support. More...

#include "config.h"
#include "libavutil/common.h"
#include "libavutil/cpu.h"
#include "libavutil/mem.h"
#include "libavutil/thread.h"
#include "libavutil/slicethread.h"
#include "avfilter.h"
#include "internal.h"
#include "thread.h"

Classes

struct  ThreadContext
 

Typedefs

typedef struct ThreadContext ThreadContext
 

Functions

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

Detailed Description

Libavfilter multithreading support.