summaryrefslogtreecommitdiffstats
path: root/libavfilter
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
parent547d41207804b5651ecb15fec7c2cfa5e42d7f2f (diff)
downloadffmpeg-streaming-17d41220d81d605a242eaf3a5063d240f5e3e40e.zip
ffmpeg-streaming-17d41220d81d605a242eaf3a5063d240f5e3e40e.tar.gz
lavfi/pthread: fix perameters/parameters typo
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/pthread.c b/libavfilter/pthread.c
index 1c54193..37ca73f 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;
OpenPOWER on IntegriCloud