Commit 17d41220 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/pthread: fix perameters/parameters typo

parent 547d4120
...@@ -40,7 +40,7 @@ typedef struct ThreadContext { ...@@ -40,7 +40,7 @@ typedef struct ThreadContext {
pthread_t *workers; pthread_t *workers;
avfilter_action_func *func; avfilter_action_func *func;
/* per-execute perameters */ /* per-execute parameters */
AVFilterContext *ctx; AVFilterContext *ctx;
void *arg; void *arg;
int *rets; int *rets;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment