diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-23 20:52:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-23 23:41:32 +0100 |
commit | f58d67000247eb8ac5029c3f16634d5851d4dfa9 (patch) | |
tree | 462a164c662c640f8a99aadfbe1b04d921e6050c /tests/ref/vsynth1 | |
parent | 2aadff2e44fa27664ccd1b0a63829e61bf82e939 (diff) | |
download | ffmpeg-f58d67000247eb8ac5029c3f16634d5851d4dfa9.tar.gz |
movenc: Decrease default chunk merge limit to 1mb.
This reduces the delay when opening the video with quicktime.
Idea-by: Maksym Veremeyenko <verem@m1stereo.tv>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/vsynth1')
-rw-r--r-- | tests/ref/vsynth1/dnxhd_1080i | 4 | ||||
-rw-r--r-- | tests/ref/vsynth1/prores | 4 | ||||
-rw-r--r-- | tests/ref/vsynth1/qtrle | 4 | ||||
-rw-r--r-- | tests/ref/vsynth1/qtrlegray | 4 | ||||
-rw-r--r-- | tests/ref/vsynth1/svq1 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/tests/ref/vsynth1/dnxhd_1080i b/tests/ref/vsynth1/dnxhd_1080i index 841a0c02cc..f8f6df09bf 100644 --- a/tests/ref/vsynth1/dnxhd_1080i +++ b/tests/ref/vsynth1/dnxhd_1080i @@ -1,4 +1,4 @@ -153afc6bd83611db4ba0d6d509fc3d74 *./tests/data/vsynth1/dnxhd-1080i.mov -3031895 ./tests/data/vsynth1/dnxhd-1080i.mov +027c985483caab9397592bf27477dce1 *./tests/data/vsynth1/dnxhd-1080i.mov +3031911 ./tests/data/vsynth1/dnxhd-1080i.mov 0c651e840f860592f0d5b66030d9fa32 *./tests/data/dnxhd_1080i.vsynth1.out.yuv stddev: 6.29 PSNR: 32.15 MAXDIFF: 64 bytes: 760320/ 7603200 diff --git a/tests/ref/vsynth1/prores b/tests/ref/vsynth1/prores index e0909347a7..dc25a69ed5 100644 --- a/tests/ref/vsynth1/prores +++ b/tests/ref/vsynth1/prores @@ -1,4 +1,4 @@ -e8487134a5e4b8351de7ad386fb25e27 *./tests/data/vsynth1/prores.mov -5022795 ./tests/data/vsynth1/prores.mov +31159cc9d1693bc66ad7a3083c48bcc4 *./tests/data/vsynth1/prores.mov +5022811 ./tests/data/vsynth1/prores.mov a2e2d1d45341a94ff994d1d92629f778 *./tests/data/prores.vsynth1.out.yuv stddev: 2.47 PSNR: 40.27 MAXDIFF: 31 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth1/qtrle b/tests/ref/vsynth1/qtrle index a684f172bb..81cf6db3c2 100644 --- a/tests/ref/vsynth1/qtrle +++ b/tests/ref/vsynth1/qtrle @@ -1,4 +1,4 @@ -54a37ac94abdd95b9e5726a2211e8e1c *./tests/data/vsynth1/qtrle.mov -15263072 ./tests/data/vsynth1/qtrle.mov +9c6ee876369fceac1ff2478a0225bc9b *./tests/data/vsynth1/qtrle.mov +15263148 ./tests/data/vsynth1/qtrle.mov 93695a27c24a61105076ca7b1f010bbd *./tests/data/qtrle.vsynth1.out.yuv stddev: 3.42 PSNR: 37.44 MAXDIFF: 48 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth1/qtrlegray b/tests/ref/vsynth1/qtrlegray index cd3d18e6c6..ff0a81c546 100644 --- a/tests/ref/vsynth1/qtrlegray +++ b/tests/ref/vsynth1/qtrlegray @@ -1,4 +1,4 @@ -7b04fbf0fa29600517d048882583128b *./tests/data/vsynth1/qtrlegray.mov -5113268 ./tests/data/vsynth1/qtrlegray.mov +dfb185e38b3557eca0ead72d57ca48f8 *./tests/data/vsynth1/qtrlegray.mov +5113284 ./tests/data/vsynth1/qtrlegray.mov 29def4aed035ed65d3a89f7d382fccbe *./tests/data/qtrlegray.vsynth1.out.yuv stddev: 25.95 PSNR: 19.85 MAXDIFF: 122 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth1/svq1 b/tests/ref/vsynth1/svq1 index 551f989cbc..a95bd94f73 100644 --- a/tests/ref/vsynth1/svq1 +++ b/tests/ref/vsynth1/svq1 @@ -1,4 +1,4 @@ -0658c40cfef3964c60bb9b05233727de *./tests/data/vsynth1/svq1.mov -1334207 ./tests/data/vsynth1/svq1.mov +4654e7af0d4aa58c3db1eb145e278038 *./tests/data/vsynth1/svq1.mov +1334223 ./tests/data/vsynth1/svq1.mov 9cc35c54b2c77d36bd7e308b393c1f81 *./tests/data/svq1.vsynth1.out.yuv stddev: 9.58 PSNR: 28.50 MAXDIFF: 210 bytes: 7603200/ 7603200 |