diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-08-25 20:24:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-25 23:12:30 +0200 |
commit | 6ee7681723a41c8c9bf5f3d11c723c6907848f7d (patch) | |
tree | 073596df0fcd9b68f473affea65958c245f1cf99 /tests/ref/vsynth | |
parent | 2a85826e5753aac8964254bd5688a03e49a7f551 (diff) | |
download | ffmpeg-6ee7681723a41c8c9bf5f3d11c723c6907848f7d.tar.gz |
huffyuvenc: write last odd sample
If width is odd, last sample wouldn't be written.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/vsynth')
-rw-r--r-- | tests/ref/vsynth/vsynth3-ffvhuff420p12 | 8 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth3-ffvhuff422p10left | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tests/ref/vsynth/vsynth3-ffvhuff420p12 b/tests/ref/vsynth/vsynth3-ffvhuff420p12 index b51882eedf..3db1c5d717 100644 --- a/tests/ref/vsynth/vsynth3-ffvhuff420p12 +++ b/tests/ref/vsynth/vsynth3-ffvhuff420p12 @@ -1,4 +1,4 @@ -a6164daa3036ae92eb0b3f0831268165 *tests/data/fate/vsynth3-ffvhuff420p12.avi -172132 tests/data/fate/vsynth3-ffvhuff420p12.avi -eb1a8ff2c33ba5145b5a89727ee5dcb8 *tests/data/fate/vsynth3-ffvhuff420p12.out.rawvideo -stddev: 46.89 PSNR: 14.71 MAXDIFF: 239 bytes: 86700/ 86700 +9b3e44ccdd28614f588804a0682db312 *tests/data/fate/vsynth3-ffvhuff420p12.avi +175256 tests/data/fate/vsynth3-ffvhuff420p12.avi +faf8b5ec29b12ac41b1bd1a6ebd8a757 *tests/data/fate/vsynth3-ffvhuff420p12.out.rawvideo +stddev: 47.95 PSNR: 14.51 MAXDIFF: 237 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffvhuff422p10left b/tests/ref/vsynth/vsynth3-ffvhuff422p10left index 7dca14e9ba..a18f2c8ffb 100644 --- a/tests/ref/vsynth/vsynth3-ffvhuff422p10left +++ b/tests/ref/vsynth/vsynth3-ffvhuff422p10left @@ -1,4 +1,4 @@ -2459272ee10f3b503940324ba5dcc1e5 *tests/data/fate/vsynth3-ffvhuff422p10left.avi -168836 tests/data/fate/vsynth3-ffvhuff422p10left.avi -863818eed035b3fa7b19535927687879 *tests/data/fate/vsynth3-ffvhuff422p10left.out.rawvideo -stddev: 38.45 PSNR: 16.43 MAXDIFF: 225 bytes: 86700/ 86700 +5afec2536440c892919a1569c7109858 *tests/data/fate/vsynth3-ffvhuff422p10left.avi +173548 tests/data/fate/vsynth3-ffvhuff422p10left.avi +7815024a7239be263c6bf910021df1a0 *tests/data/fate/vsynth3-ffvhuff422p10left.out.rawvideo +stddev: 38.41 PSNR: 16.44 MAXDIFF: 237 bytes: 86700/ 86700 |