diff options
author | Marton Balint <cus@passwd.hu> | 2017-12-10 00:29:12 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-12-21 23:03:10 +0100 |
commit | e1113a83ccb6bb30e3ad865956fe9eed0d650394 (patch) | |
tree | 9ad6cf783ffd121044a77583042af111896152d0 /tests/ref/fate/filter-framerate-12bit-down | |
parent | be15304ee610252636120f5e09fad4b015b34a31 (diff) | |
download | ffmpeg-e1113a83ccb6bb30e3ad865956fe9eed0d650394.tar.gz |
avfilter/vf_framerate: fix scene change detection score
- normalize score to [0..100] instead of [0..85]
- change the default score to 8.2 to roughly keep existing behaviour
- take into account bit depth
- do not truncate to integer
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/fate/filter-framerate-12bit-down')
-rw-r--r-- | tests/ref/fate/filter-framerate-12bit-down | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/filter-framerate-12bit-down b/tests/ref/fate/filter-framerate-12bit-down index 7a5a7b8e14..0a9aea0ce1 100644 --- a/tests/ref/fate/filter-framerate-12bit-down +++ b/tests/ref/fate/filter-framerate-12bit-down @@ -4,7 +4,7 @@ #dimensions 0: 320x240 #sar 0: 1/1 0, 0, 0, 1, 307200, 0xb49cf016 -0, 1, 1, 1, 307200, 0xfe025c7f +0, 1, 1, 1, 307200, 0xc3be6971 0, 2, 2, 1, 307200, 0x4d458da1 0, 3, 3, 1, 307200, 0x35d4d8ea 0, 4, 4, 1, 307200, 0x88f88697 |