avfilter/vf_waveform: fix ire8 for 25%

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2016-03-11 09:51:12 +01:00
parent 66edd8656b
commit 119c108b31
1 changed files with 1 additions and 1 deletions

View File

@ -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 } } },