[FFmpeg-cvslog] avfilter/vf_waveform: fix ire8 for 25%
Paul B Mahol
git at videolan.org
Fri Mar 11 09:52:34 CET 2016
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Mar 11 09:51:12 2016 +0100| [119c108b31c01d0d7b3dbae0e1c2497b62dcf1f0] | committer: Paul B Mahol
avfilter/vf_waveform: fix ire8 for 25%
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=119c108b31c01d0d7b3dbae0e1c2497b62dcf1f0
---
libavfilter/vf_waveform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_waveform.c b/libavfilter/vf_waveform.c
index 1fd89f1..597a8f6 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 } } },
More information about the ffmpeg-cvslog
mailing list