ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Tue Apr 26 22:03:23 
2022 +0200| [39f22df6cddadf2ab2298152ff0d821f4ca6d7ee] | committer: Paul B Mahol

avfilter/vsrc_testsrc: fix typo for yellow patch

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

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

diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c
index 32f13c0c40..e7d8d9ea1a 100644
--- a/libavfilter/vsrc_testsrc.c
+++ b/libavfilter/vsrc_testsrc.c
@@ -1918,7 +1918,7 @@ static const uint8_t reference_colors[][3] = {
     {  56,  61, 150 }, // blue
     {  70, 148,  73 }, // green
     { 175,  54,  60 }, // red
-    { 233, 199,  31 }, // yellow
+    { 231, 199,  31 }, // yellow
     { 187,  86, 149 }, // magenta
     {   8, 133, 161 }, // cyan
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to