diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-04-16 16:19:10 -0700 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-04-16 16:19:10 -0700 |
commit | 0ba8485666f532f2dbab716f74e1be1189102c89 (patch) | |
tree | 5a2187399ac311227f70b0aec9cd4c4c8c9cfc9f /tests | |
parent | 1aeb88b77ddbd3802127a61bf8610e55b6c49a6f (diff) | |
download | ffmpeg-0ba8485666f532f2dbab716f74e1be1189102c89.tar.gz |
In mov muxer, compute avg bitrate in esds
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/lavf/mov | 2 | ||||
-rw-r--r-- | tests/ref/vsynth1/mpeg4 | 2 | ||||
-rw-r--r-- | tests/ref/vsynth2/mpeg4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/lavf/mov b/tests/ref/lavf/mov index 22aac3600e..940e518b5f 100644 --- a/tests/ref/lavf/mov +++ b/tests/ref/lavf/mov @@ -1,3 +1,3 @@ -439684b82ccc1fdd24a23392c238ae53 *./tests/data/lavf/lavf.mov +a901cd05609080e8f5c09ca5da7290f0 *./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 ebe2f5a613..93c13bc662 100644 --- a/tests/ref/vsynth1/mpeg4 +++ b/tests/ref/vsynth1/mpeg4 @@ -1,4 +1,4 @@ -080e75117f8142001b096cd977ba287e *./tests/data/vsynth1/odivx.mp4 +d2405fd9e350854a161f48bc63f49253 *./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 fe436e88f3..d534ec1ed1 100644 --- a/tests/ref/vsynth2/mpeg4 +++ b/tests/ref/vsynth2/mpeg4 @@ -1,4 +1,4 @@ -8ffbe8ce43fe126b12cf9621717d641b *./tests/data/vsynth2/odivx.mp4 +2e3bf184668d4807ae6df0bdceba487b *./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 |