diff options
author | Clément Bœsch <u@pkh.me> | 2016-01-24 14:41:00 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-01-24 14:41:11 +0100 |
commit | 17d41220d81d605a242eaf3a5063d240f5e3e40e (patch) | |
tree | 33487cb3bf69059f9c61b91432cece218119f447 /libavfilter/pthread.c | |
parent | 547d41207804b5651ecb15fec7c2cfa5e42d7f2f (diff) | |
download | ffmpeg-17d41220d81d605a242eaf3a5063d240f5e3e40e.tar.gz |
lavfi/pthread: fix perameters/parameters typo
Diffstat (limited to 'libavfilter/pthread.c')
-rw-r--r-- | libavfilter/pthread.c | 2 |
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; |