mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/pthread: fix perameters/parameters typo
This commit is contained in:
parent
547d412078
commit
17d41220d8
|
@ -40,7 +40,7 @@ typedef struct ThreadContext {
|
|||
pthread_t *workers;
|
||||
avfilter_action_func *func;
|
||||
|
||||
/* per-execute perameters */
|
||||
/* per-execute parameters */
|
||||
AVFilterContext *ctx;
|
||||
void *arg;
|
||||
int *rets;
|
||||
|
|
Loading…
Reference in New Issue