diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-04-26 22:03:23 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-04-26 22:04:30 +0200 |
commit | 39f22df6cddadf2ab2298152ff0d821f4ca6d7ee (patch) | |
tree | 31b5d8e819d5f3d335f481149b324a7f6ca58211 | |
parent | 944e60f4ae3fe368fe162d8355309abb4d84f002 (diff) | |
download | ffmpeg-39f22df6cddadf2ab2298152ff0d821f4ca6d7ee.tar.gz |
avfilter/vsrc_testsrc: fix typo for yellow patch
-rw-r--r-- | libavfilter/vsrc_testsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |