Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-03-11 11:51:12 +0300
committerPaul B Mahol <onemda@gmail.com>2016-03-11 11:51:12 +0300
commit119c108b31c01d0d7b3dbae0e1c2497b62dcf1f0 (patch)
tree4ead7b6b82b70ea93e837b0601a46edae0d23129 /libavfilter/vf_waveform.c
parent66edd8656b851a0c85ba25ec293cc66192c363ae (diff)
avfilter/vf_waveform: fix ire8 for 25%
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_waveform.c')
-rw-r--r--libavfilter/vf_waveform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_waveform.c b/libavfilter/vf_waveform.c
index 1fd89f1164..597a8f6eb4 100644
--- a/libavfilter/vf_waveform.c
+++ b/libavfilter/vf_waveform.c
@@ -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 } } },