]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vsrc_testsrc.c
Merge commit '5b9cdf8cba114c41239bf0f9f5e0ccb6977d1c8d'
[ffmpeg] / libavfilter / vsrc_testsrc.c
index 54d8b26ebbbf29bb4a558dc0b00a61b0ddf80bbb..f0c09859649330a94b525e4452b028d51c0c6f44 100644 (file)
@@ -37,6 +37,7 @@
 
 #include "libavutil/avassert.h"
 #include "libavutil/common.h"
+#include "libavutil/ffmath.h"
 #include "libavutil/opt.h"
 #include "libavutil/imgutils.h"
 #include "libavutil/intreadwrite.h"
@@ -1073,12 +1074,12 @@ AVFilter ff_vsrc_rgbtestsrc = {
 
 static const uint8_t rainbow[7][4] = {
     { 180, 128, 128, 255 },     /* 75% white */
-    { 161,  44, 141, 255 },     /* 75% yellow */
+    { 162,  44, 142, 255 },     /* 75% yellow */
     { 131, 156,  44, 255 },     /* 75% cyan */
-    { 112,  72,  57, 255 },     /* 75% green */
-    {  83, 183, 198, 255 },     /* 75% magenta */
-    {  65,  99, 212, 255 },     /* 75% red */
-    {  34, 212, 114, 255 },     /* 75% blue */
+    { 112,  72,  58, 255 },     /* 75% green */
+    {  84, 184, 198, 255 },     /* 75% magenta */
+    {  65, 100, 212, 255 },     /* 75% red */
+    {  35, 212, 114, 255 },     /* 75% blue */
 };
 
 static const uint8_t rainbowhd[7][4] = {
@@ -1092,9 +1093,9 @@ static const uint8_t rainbowhd[7][4] = {
 };
 
 static const uint8_t wobnair[7][4] = {
-    {  34, 212, 114, 255 },     /* 75% blue */
+    {  35, 212, 114, 255 },     /* 75% blue */
     {  19, 128, 128, 255 },     /* 7.5% intensity black */
-    {  83, 183, 198, 255 },     /* 75% magenta */
+    {  84, 184, 198, 255 },     /* 75% magenta */
     {  19, 128, 128, 255 },     /* 7.5% intensity black */
     { 131, 156,  44, 255 },     /* 75% cyan */
     {  19, 128, 128, 255 },     /* 7.5% intensity black */