ffmpeg | branch: master | Clément Bœsch <[email protected]> | 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;

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to