mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
avfilter/vsrc_testsrc: fix typo for yellow patch
This commit is contained in:
parent
944e60f4ae
commit
39f22df6cd
@ -1918,7 +1918,7 @@ static const uint8_t reference_colors[][3] = {
|
|||||||
{ 56, 61, 150 }, // blue
|
{ 56, 61, 150 }, // blue
|
||||||
{ 70, 148, 73 }, // green
|
{ 70, 148, 73 }, // green
|
||||||
{ 175, 54, 60 }, // red
|
{ 175, 54, 60 }, // red
|
||||||
{ 233, 199, 31 }, // yellow
|
{ 231, 199, 31 }, // yellow
|
||||||
{ 187, 86, 149 }, // magenta
|
{ 187, 86, 149 }, // magenta
|
||||||
{ 8, 133, 161 }, // cyan
|
{ 8, 133, 161 }, // cyan
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user