diff options
author | Eric Lasota <ejlasota@gmail.com> | 2014-07-06 15:42:43 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-06 23:34:58 +0200 |
commit | 8be23d424feea50d4ee892cdbdd6abd9a807709f (patch) | |
tree | f551634ca92f3d4a1e02da9309593825ce654553 /tests | |
parent | 064945b3aa7c06d998d730e9f7e385bcdedbd86d (diff) | |
download | ffmpeg-8be23d424feea50d4ee892cdbdd6abd9a807709f.tar.gz |
avcodec/roqvideo: use JPEG color range
Signed-off-by: ejlasota <ejlasota@gmail.com>
Also update fate test checksums
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/idroq-video-encode | 2 | ||||
-rw-r--r-- | tests/ref/seek/vsynth2-roqvideo | 2 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth1-roqvideo | 8 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-roqvideo | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/tests/ref/fate/idroq-video-encode b/tests/ref/fate/idroq-video-encode index 9d25b13a85..bdb6fedf56 100644 --- a/tests/ref/fate/idroq-video-encode +++ b/tests/ref/fate/idroq-video-encode @@ -1 +1 @@ -50fa863f7820bb22ddeb74d5adf5f0bc +e9ff61023826fce304350ff6e7c63b2f diff --git a/tests/ref/seek/vsynth2-roqvideo b/tests/ref/seek/vsynth2-roqvideo index d003a37404..50a0a335c7 100644 --- a/tests/ref/seek/vsynth2-roqvideo +++ b/tests/ref/seek/vsynth2-roqvideo @@ -1,4 +1,4 @@ -ret: 0 st: 0 flags:0 dts: 0.000000 pts: 0.000000 pos: 24 size: 26082 +ret: 0 st: 0 flags:0 dts: 0.000000 pts: 0.000000 pos: 24 size: 26814 ret:-1 st:-1 flags:0 ts:-1.000000 ret:-1 st:-1 flags:1 ts: 1.894167 ret:-1 st: 0 flags:0 ts: 0.800000 diff --git a/tests/ref/vsynth/vsynth1-roqvideo b/tests/ref/vsynth/vsynth1-roqvideo index 5adba69490..2cca94224b 100644 --- a/tests/ref/vsynth/vsynth1-roqvideo +++ b/tests/ref/vsynth/vsynth1-roqvideo @@ -1,4 +1,4 @@ -cf8b7b0e539bab3169c234ca63d71dd8 *tests/data/fate/vsynth1-roqvideo.roq -101671 tests/data/fate/vsynth1-roqvideo.roq -0ad983c291b1ed373645c5b12a108c61 *tests/data/fate/vsynth1-roqvideo.out.rawvideo -stddev: 7.74 PSNR: 30.35 MAXDIFF: 89 bytes: 7603200/ 760320 +8037e62b2707a246e787bb1723b752b9 *tests/data/fate/vsynth1-roqvideo.roq +102571 tests/data/fate/vsynth1-roqvideo.roq +9e3bb47e5e9708392d7eba8f944b6920 *tests/data/fate/vsynth1-roqvideo.out.rawvideo +stddev: 7.75 PSNR: 30.34 MAXDIFF: 88 bytes: 7603200/ 760320 diff --git a/tests/ref/vsynth/vsynth2-roqvideo b/tests/ref/vsynth/vsynth2-roqvideo index d4c075a89d..c8b02e7407 100644 --- a/tests/ref/vsynth/vsynth2-roqvideo +++ b/tests/ref/vsynth/vsynth2-roqvideo @@ -1,4 +1,4 @@ -b46f899b2363065c60f3782ba1f8b7bd *tests/data/fate/vsynth2-roqvideo.roq -92786 tests/data/fate/vsynth2-roqvideo.roq -e69fca960dd0911e9b8d589c13e11dc1 *tests/data/fate/vsynth2-roqvideo.out.rawvideo -stddev: 3.81 PSNR: 36.49 MAXDIFF: 54 bytes: 7603200/ 760320 +1a43cd71c91f2ef42d11a81419bff3bd *tests/data/fate/vsynth2-roqvideo.roq +94810 tests/data/fate/vsynth2-roqvideo.roq +97cda6096430c0ab7a43a0e120cd3e91 *tests/data/fate/vsynth2-roqvideo.out.rawvideo +stddev: 3.81 PSNR: 36.50 MAXDIFF: 49 bytes: 7603200/ 760320 |