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-up | |
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-up')
-rw-r--r-- | tests/ref/fate/filter-framerate-12bit-up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/filter-framerate-12bit-up b/tests/ref/fate/filter-framerate-12bit-up index 8f57e6d066..8f5f95b275 100644 --- a/tests/ref/fate/filter-framerate-12bit-up +++ b/tests/ref/fate/filter-framerate-12bit-up @@ -4,7 +4,7 @@ #dimensions 0: 320x240 #sar 0: 1/1 0, 0, 0, 1, 307200, 0xb49cf016 -0, 1, 1, 1, 307200, 0xc74259b4 +0, 1, 1, 1, 307200, 0x59cb92c7 0, 2, 2, 1, 307200, 0xe4ca172c 0, 3, 3, 1, 307200, 0x5378b13c 0, 4, 4, 1, 307200, 0x2a7d4840 |