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/vsynth2 | |
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/vsynth2')
-rw-r--r-- | tests/ref/vsynth2/dnxhd_1080i | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/prores | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/qtrle | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/qtrlegray | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/tests/ref/vsynth2/dnxhd_1080i b/tests/ref/vsynth2/dnxhd_1080i index 04c593f53d..81ecc5eb44 100644 --- a/tests/ref/vsynth2/dnxhd_1080i +++ b/tests/ref/vsynth2/dnxhd_1080i @@ -1,4 +1,4 @@ -677588203650770792b63a66231bd127 *./tests/data/vsynth2/dnxhd-1080i.mov -3031895 ./tests/data/vsynth2/dnxhd-1080i.mov +204e80f2e406ada90fca596ab2810b3e *./tests/data/vsynth2/dnxhd-1080i.mov +3031911 ./tests/data/vsynth2/dnxhd-1080i.mov 3c559af629ae0a8fb1a9a0e4b4da7733 *./tests/data/dnxhd_1080i.vsynth2.out.yuv stddev: 1.31 PSNR: 45.77 MAXDIFF: 23 bytes: 760320/ 7603200 diff --git a/tests/ref/vsynth2/prores b/tests/ref/vsynth2/prores index 7bbe907b3a..e686e2163c 100644 --- a/tests/ref/vsynth2/prores +++ b/tests/ref/vsynth2/prores @@ -1,4 +1,4 @@ -81988143e6169dbf735bd180bf5a8703 *./tests/data/vsynth2/prores.mov -2844034 ./tests/data/vsynth2/prores.mov +0faf42c187120c61d64a5e0cea4fc92a *./tests/data/vsynth2/prores.mov +2844066 ./tests/data/vsynth2/prores.mov b5844025c0f4c7c37db702c3213db232 *./tests/data/prores.vsynth2.out.yuv stddev: 1.31 PSNR: 45.77 MAXDIFF: 11 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth2/qtrle b/tests/ref/vsynth2/qtrle index 4946dd6976..70a15a8ddd 100644 --- a/tests/ref/vsynth2/qtrle +++ b/tests/ref/vsynth2/qtrle @@ -1,4 +1,4 @@ -04c58848958a0684eba8a816e00dba28 *./tests/data/vsynth2/qtrle.mov -14798259 ./tests/data/vsynth2/qtrle.mov +6ac61c011e1811ebd045535b141351de *./tests/data/vsynth2/qtrle.mov +14798335 ./tests/data/vsynth2/qtrle.mov 98d0e2854731472c5bf13d8638502d0a *./tests/data/qtrle.vsynth2.out.yuv stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth2/qtrlegray b/tests/ref/vsynth2/qtrlegray index 1ffdb5bee4..967aec1381 100644 --- a/tests/ref/vsynth2/qtrlegray +++ b/tests/ref/vsynth2/qtrlegray @@ -1,4 +1,4 @@ -b9769bd1ff7e3b0fb26dfc7555e789b4 *./tests/data/vsynth2/qtrlegray.mov -5111257 ./tests/data/vsynth2/qtrlegray.mov +5a66c6d2b2db71eddbc50819483aa647 *./tests/data/vsynth2/qtrlegray.mov +5111273 ./tests/data/vsynth2/qtrlegray.mov f63b5ebdfdba750e547c25131b0a3fd1 *./tests/data/qtrlegray.vsynth2.out.yuv stddev: 19.42 PSNR: 22.36 MAXDIFF: 72 bytes: 7603200/ 7603200 |