summaryrefslogtreecommitdiff
path: root/libavfilter/pthread.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-01-24 14:41:00 +0100
committerClément Bœsch <u@pkh.me>2016-01-24 14:41:11 +0100
commit17d41220d81d605a242eaf3a5063d240f5e3e40e (patch)
tree33487cb3bf69059f9c61b91432cece218119f447 /libavfilter/pthread.c
parent547d41207804b5651ecb15fec7c2cfa5e42d7f2f (diff)
lavfi/pthread: fix perameters/parameters typo
Diffstat (limited to 'libavfilter/pthread.c')
-rw-r--r--libavfilter/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/pthread.c b/libavfilter/pthread.c
index 1c5419340d..37ca73f9ff 100644
--- a/libavfilter/pthread.c
+++ b/libavfilter/pthread.c
@@ -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;