Commit 119c108b authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_waveform: fix ire8 for 25%

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 66edd865
......@@ -1271,7 +1271,7 @@ static const GraticuleLines millivolts12[] = {
static const GraticuleLines ire8[] = {
{ { { "0", 16 }, { "0", 16 }, { "0", 16 }, { "0", 0 } } },
{ { { "25", 66 }, { "25", 67 }, { "25", 67 }, { "25", 64 } } },
{ { { "25", 71 }, { "25", 72 }, { "25", 72 }, { "25", 64 } } },
{ { { "50", 126 }, { "50", 128 }, { "50", 128 }, { "50", 128 } } },
{ { { "75", 180 }, { "75", 184 }, { "75", 184 }, { "75", 192 } } },
{ { { "100", 235 }, { "100", 240 }, { "100", 240 }, { "100", 255 } } },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment