[FFmpeg-cvslog] lavfi/pthread: fix perameters/parameters typo

Clément Bœsch git at videolan.org
Sun Jan 24 14:41:19 CET 2016


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sun Jan 24 14:41:00 2016 +0100| [17d41220d81d605a242eaf3a5063d240f5e3e40e] | committer: Clément Bœsch

lavfi/pthread: fix perameters/parameters typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17d41220d81d605a242eaf3a5063d240f5e3e40e
---

 libavfilter/pthread.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;



More information about the ffmpeg-cvslog mailing list