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 12:24:51 +0300
committerPaul B Mahol <onemda@gmail.com>2016-03-11 12:24:51 +0300
commit867637caeab58bb9627a4a49637d37cbe885368b (patch)
tree36b0872d20b4b985d135d066a6d9bc3a45b87bfc /libavfilter/vf_waveform.c
parent119c108b31c01d0d7b3dbae0e1c2497b62dcf1f0 (diff)
avfilter/vf_waveform: fix and extend millivolts grat lines
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_waveform.c')
-rw-r--r--libavfilter/vf_waveform.c20
1 files changed, 16 insertions, 4 deletions
diff --git a/libavfilter/vf_waveform.c b/libavfilter/vf_waveform.c
index 597a8f6eb4..c5cd86588a 100644
--- a/libavfilter/vf_waveform.c
+++ b/libavfilter/vf_waveform.c
@@ -1251,22 +1251,34 @@ static const GraticuleLines digital12[] = {
static const GraticuleLines millivolts8[] = {
{ { { "0", 16 }, { "0", 16 }, { "0", 16 }, { "0", 0 } } },
- { { { "714", 235 }, { "714", 240 }, { "714", 240 }, { "714", 255 } } },
+ { { { "175", 71 }, { "175", 72 }, { "175", 72 }, { "175", 64 } } },
+ { { { "350", 126 }, { "350", 128 }, { "350", 128 }, { "350", 128 } } },
+ { { { "525", 180 }, { "525", 184 }, { "525", 184 }, { "525", 192 } } },
+ { { { "700", 235 }, { "700", 240 }, { "700", 240 }, { "700", 255 } } },
};
static const GraticuleLines millivolts9[] = {
{ { { "0", 32 }, { "0", 32 }, { "0", 32 }, { "0", 0 } } },
- { { { "714", 470 }, { "714", 480 }, { "714", 480 }, { "714", 511 } } },
+ { { { "175", 142 }, { "175", 144 }, { "175", 144 }, { "175", 128 } } },
+ { { { "350", 251 }, { "350", 256 }, { "350", 256 }, { "350", 256 } } },
+ { { { "525", 361 }, { "525", 368 }, { "525", 368 }, { "525", 384 } } },
+ { { { "700", 470 }, { "700", 480 }, { "700", 480 }, { "700", 511 } } },
};
static const GraticuleLines millivolts10[] = {
{ { { "0", 64 }, { "0", 64 }, { "0", 64 }, { "0", 0 } } },
- { { { "714", 940 }, { "714", 960 }, { "714", 960 }, { "714", 1023 } } },
+ { { { "175", 283 }, { "175", 288 }, { "175", 288 }, { "175", 256 } } },
+ { { { "350", 502 }, { "350", 512 }, { "350", 512 }, { "350", 512 } } },
+ { { { "525", 721 }, { "525", 736 }, { "525", 736 }, { "525", 768 } } },
+ { { { "700", 940 }, { "700", 960 }, { "700", 960 }, { "700", 1023 } } },
};
static const GraticuleLines millivolts12[] = {
{ { { "0", 256 }, { "0", 256 }, { "0", 256 }, { "0", 0 } } },
- { { { "714", 3760 }, { "714", 3840 }, { "714", 3840 }, { "714", 4095 } } },
+ { { { "175", 1132 }, { "175", 1152 }, { "175", 1152 }, { "175", 1024 } } },
+ { { { "350", 2008 }, { "350", 2048 }, { "350", 2048 }, { "350", 2048 } } },
+ { { { "525", 2884 }, { "525", 2944 }, { "525", 2944 }, { "525", 3072 } } },
+ { { { "700", 3760 }, { "700", 3840 }, { "700", 3840 }, { "700", 4095 } } },
};
static const GraticuleLines ire8[] = {