summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/filter-framerate-up
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2017-12-22 00:18:25 +0100
committerMarton Balint <cus@passwd.hu>2018-01-04 22:37:43 +0100
commitf528c49c7cd10bfb7f639c467e11bb624be71eef (patch)
tree5b7df348afdda6059a9dcd03708027a0651b852d /tests/ref/fate/filter-framerate-up
parentfde057dfb25e2b6917fc896a0b2dfec0f336b1ce (diff)
downloadffmpeg-streaming-f528c49c7cd10bfb7f639c467e11bb624be71eef.zip
ffmpeg-streaming-f528c49c7cd10bfb7f639c467e11bb624be71eef.tar.gz
avfilter/vf_framerate: calculate interpolation as integer
It was truncated to int later on anyway. Fate test changes are due to rounding instead of truncation. Fixes fate test failures on x86-32 (gcc 4.8 (Ubuntu 4.8.5-2ubuntu1~14.04.1)) after 090b740680f91e0f2bf07423c36df7166740e8f6. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/fate/filter-framerate-up')
-rw-r--r--tests/ref/fate/filter-framerate-up4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/filter-framerate-up b/tests/ref/fate/filter-framerate-up
index b2af9cb..15bf6d8 100644
--- a/tests/ref/fate/filter-framerate-up
+++ b/tests/ref/fate/filter-framerate-up
@@ -6,10 +6,10 @@
0, 0, 0, 1, 115200, 0x3744b3ed
0, 1, 1, 1, 115200, 0xc44bdc65
0, 2, 2, 1, 115200, 0xa17f0d74
-0, 3, 3, 1, 115200, 0xb0c83274
+0, 3, 3, 1, 115200, 0xd72532a9
0, 4, 4, 1, 115200, 0x232d6368
0, 5, 5, 1, 115200, 0x6e318ba0
0, 6, 6, 1, 115200, 0x247e846e
0, 7, 7, 1, 115200, 0x89e27599
-0, 8, 8, 1, 115200, 0x31c5704e
+0, 8, 8, 1, 115200, 0x68536eac
0, 9, 9, 1, 115200, 0x97e45fec
OpenPOWER on IntegriCloud