FFmpeg
Data Fields
SliceThreadContext Struct Reference

Data Fields

AVSliceThreadthread
 
action_funcfunc
 
action_func2func2
 
main_funcmainfunc
 
void * args
 
int * rets
 
int job_size
 

Detailed Description

Definition at line 44 of file pthread_slice.c.

Field Documentation

◆ thread

AVSliceThread* SliceThreadContext::thread

Definition at line 45 of file pthread_slice.c.

◆ func

action_func* SliceThreadContext::func

Definition at line 46 of file pthread_slice.c.

◆ func2

action_func2* SliceThreadContext::func2

Definition at line 47 of file pthread_slice.c.

◆ mainfunc

main_func* SliceThreadContext::mainfunc

Definition at line 48 of file pthread_slice.c.

◆ args

void* SliceThreadContext::args

Definition at line 49 of file pthread_slice.c.

◆ rets

int* SliceThreadContext::rets

Definition at line 50 of file pthread_slice.c.

◆ job_size

int SliceThreadContext::job_size

Definition at line 51 of file pthread_slice.c.


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