]> git.sesse.net Git - mlt/commitdiff
Change expression half-comma to semicolon and fix typos
authorJanne Liljeblad <janne.liljeblad@gmail.com>
Tue, 11 Feb 2014 06:43:32 +0000 (08:43 +0200)
committerJanne Liljeblad <janne.liljeblad@gmail.com>
Tue, 11 Feb 2014 06:43:32 +0000 (08:43 +0200)
src/modules/plus/filter_rgblut.yml

index 93e8849b4ab3952c2ecd1eeaccb4db7124f70d3f..7355ba3eb4eb178af08399b7a67c92f7a9ae3f0a 100644 (file)
@@ -11,7 +11,7 @@ tags:
   - Video
 description:
   Converts input strings with exactly 256 half-comma separated integer values in 
-  range 0 - 255 to look-up tables that then used to modify R, G, B values. 
+  range 0 - 255 to look-up tables that are then used to modify R, G, B values. 
   
   This creates a generic string interface for color correction.
 
@@ -21,8 +21,8 @@ parameters:
     type: string
     default: unset
     description: >
-      Value is tokenised using half-comma separator into exactly 256 integer 
-      values in range 0 - 255 and a loop-up table for red channel values is 
+      Value is tokenised using semicolon separator into exactly 256 integer 
+      values in range 0 - 255 and a look-up table for red channel values is 
       created and applied to image. If tokenising of value fails a linear table 
       that returns input values unchanged is used instead.
 
@@ -31,8 +31,8 @@ parameters:
     type: string
     default: unset
     description: >
-      Value is tokenised using half-comma separator into exactly 256 integer 
-      values in range 0 - 255 and a loop-up table for green channel values is 
+      Value is tokenised using semicolon separator into exactly 256 integer 
+      values in range 0 - 255 and a look-up table for green channel values is 
       created and applied to image. If tokenising of value fails a linear table 
       that returns input values unchanged is used instead.
 
@@ -41,7 +41,7 @@ parameters:
     type: string
     default: unset
     description: >
-      Value is tokenised using half-comma separator into exactly 256 integer 
-      values in range 0 - 255 and a loop-up table for green channel values is 
+      Value is tokenised using semicolon separator into exactly 256 integer 
+      values in range 0 - 255 and a look-up table for green channel values is 
       created and applied to image. If tokenising of value fails a linear table 
       that returns input values unchanged is used instead.