diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-12-02 19:22:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-12-05 13:35:55 +0100 |
commit | 24abd806ea0cfb0d988d2f0044eac79cff12918c (patch) | |
tree | c9ad83f6a63c5a18018ef74068e483e662aef858 /tests | |
parent | 86eb2eaac629909d6ee4067c6f1e485a4e70473d (diff) | |
download | ffmpeg-24abd806ea0cfb0d988d2f0044eac79cff12918c.tar.gz |
ljpegenc: deMpegEncContextize
The encoder uses almost none of the mpegvideo infrastructure, only some
fields from MpegEncContext.
The FATE results change because now an all-zero quant matrix is written
into the file. Since it is not used for anything for ljpeg, this should
not be a problem.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/vsynth/vsynth1-ljpeg | 2 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-ljpeg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/vsynth/vsynth1-ljpeg b/tests/ref/vsynth/vsynth1-ljpeg index e229db5446..702de39a8b 100644 --- a/tests/ref/vsynth/vsynth1-ljpeg +++ b/tests/ref/vsynth/vsynth1-ljpeg @@ -1,4 +1,4 @@ -2b1a2d5ad7f357df955d8548320d13f7 *tests/data/fate/vsynth1-ljpeg.avi +aed2be6710c0dddacfa410dff7ce7e79 *tests/data/fate/vsynth1-ljpeg.avi 6312924 tests/data/fate/vsynth1-ljpeg.avi c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ljpeg.out.rawvideo stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ljpeg b/tests/ref/vsynth/vsynth2-ljpeg index fa2f97837f..a7b8a2d245 100644 --- a/tests/ref/vsynth/vsynth2-ljpeg +++ b/tests/ref/vsynth/vsynth2-ljpeg @@ -1,4 +1,4 @@ -db9fd56e154b1056c9443a82a96db6f5 *tests/data/fate/vsynth2-ljpeg.avi +5d603cecd59db0f255a53bda837a6bae *tests/data/fate/vsynth2-ljpeg.avi 4766902 tests/data/fate/vsynth2-ljpeg.avi dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth2-ljpeg.out.rawvideo stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 |