summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspectrum.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-11-07 17:18:44 +0100
committerPaul B Mahol <onemda@gmail.com>2018-11-07 17:18:44 +0100
commit975510758cc70cf73fa5936610864abbe694a0a6 (patch)
tree3de8d73d6397fbb72c19fa3741af63aff57831e3 /libavfilter/avf_showspectrum.c
parentd96ae9d5ea1f47a437fc0663b0cc26ff5d4d5d31 (diff)
avfilter/avf_showspectrum: improve magma colors
Diffstat (limited to 'libavfilter/avf_showspectrum.c')
-rw-r--r--libavfilter/avf_showspectrum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avf_showspectrum.c b/libavfilter/avf_showspectrum.c
index b278790071..6bbacd0be1 100644
--- a/libavfilter/avf_showspectrum.c
+++ b/libavfilter/avf_showspectrum.c
@@ -248,8 +248,8 @@ static const struct ColorTable {
{ 0.35, 85/256., (138-128)/256., (179-128)/256. },
{ 0.48, 96/256., (128-128)/256., (189-128)/256. },
{ 0.64, 128/256., (103-128)/256., (214-128)/256. },
- { 0.78, 167/256., (85-128)/256., (174-128)/256. },
- { 1, 205/256., (80-128)/256., (152-128)/256. }},
+ { 0.92, 205/256., (80-128)/256., (152-128)/256. },
+ { 1, 1, 0, 0 }},
[GREEN] = {
{ 0, 0, 0, 0 },
{ .75, .5, 0, -.5 },