1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavfi/pthread: fix perameters/parameters typo

This commit is contained in:
Clément Bœsch
2016-01-24 14:41:00 +01:00
parent 547d412078
commit 17d41220d8

View File

@@ -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;