mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavfi/pthread: fix perameters/parameters typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user