diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-03-30 14:08:16 -0700 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-05-13 07:38:54 +0200 |
commit | 7e19a6e86814b08073b4b8873598ef5d94e6345d (patch) | |
tree | 87328a764739c2ad74394b81b066dd41ec0d29ab /tests/ref | |
parent | dbe94539469b6d5113b37ea45eaf69ddbe34154e (diff) | |
download | ffmpeg-7e19a6e86814b08073b4b8873598ef5d94e6345d.tar.gz |
movenc: always write esds descriptor length using 4 bytes.
ipod shuffle doesn't support anything else.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/lavf/mov | 4 | ||||
-rw-r--r-- | tests/ref/vsynth1/mpeg4 | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/mpeg4 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/ref/lavf/mov b/tests/ref/lavf/mov index 943c605d93..22aac3600e 100644 --- a/tests/ref/lavf/mov +++ b/tests/ref/lavf/mov @@ -1,3 +1,3 @@ -c145305a775eb2de43cdf94eb1ab5240 *./tests/data/lavf/lavf.mov -357669 ./tests/data/lavf/lavf.mov +439684b82ccc1fdd24a23392c238ae53 *./tests/data/lavf/lavf.mov +357681 ./tests/data/lavf/lavf.mov ./tests/data/lavf/lavf.mov CRC=0x2f6a9b26 diff --git a/tests/ref/vsynth1/mpeg4 b/tests/ref/vsynth1/mpeg4 index 76b3904886..ebe2f5a613 100644 --- a/tests/ref/vsynth1/mpeg4 +++ b/tests/ref/vsynth1/mpeg4 @@ -1,4 +1,4 @@ -fd83f2ef5887a62b4d755d7cb5f0ac59 *./tests/data/vsynth1/odivx.mp4 -540144 ./tests/data/vsynth1/odivx.mp4 +080e75117f8142001b096cd977ba287e *./tests/data/vsynth1/odivx.mp4 +540156 ./tests/data/vsynth1/odivx.mp4 8828a375448dc5c2215163ba70656f89 *./tests/data/mpeg4.vsynth1.out.yuv stddev: 7.97 PSNR: 30.10 MAXDIFF: 105 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth2/mpeg4 b/tests/ref/vsynth2/mpeg4 index 9a6158c67e..fe436e88f3 100644 --- a/tests/ref/vsynth2/mpeg4 +++ b/tests/ref/vsynth2/mpeg4 @@ -1,4 +1,4 @@ -47de227982e77830a2db278214a08773 *./tests/data/vsynth2/odivx.mp4 -119797 ./tests/data/vsynth2/odivx.mp4 +8ffbe8ce43fe126b12cf9621717d641b *./tests/data/vsynth2/odivx.mp4 +119809 ./tests/data/vsynth2/odivx.mp4 90a3577850239083a9042bef33c50e85 *./tests/data/mpeg4.vsynth2.out.yuv stddev: 5.34 PSNR: 33.57 MAXDIFF: 83 bytes: 7603200/ 7603200 |