diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-04-03 22:31:27 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-04-09 00:00:39 +0100 |
commit | 45eeb1f785d6c726181568db341bbf80b43e32c0 (patch) | |
tree | 6950b4feb0d1ed364100b904b9c267e94dc7231d /tests/ref/lavf | |
parent | 7f9b492d544ccef36f1d5d97a76d22502623d3c8 (diff) | |
download | ffmpeg-45eeb1f785d6c726181568db341bbf80b43e32c0.tar.gz |
mjpegenc: enable optimal huffman coding by default
As it gives excellent encoding gains at an insignificant speed increase
and passes fate without problems, it should now be safe to enable by
default.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/jpg | 4 | ||||
-rw-r--r-- | tests/ref/lavf/smjpeg | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/lavf/jpg b/tests/ref/lavf/jpg index 1309d742c8..508066747f 100644 --- a/tests/ref/lavf/jpg +++ b/tests/ref/lavf/jpg @@ -1,3 +1,3 @@ -131878fee153a086d740543fbf2ab359 *./tests/data/images/jpg/02.jpg +1e7c6d937f21c045e0b238a83f62f3c5 *./tests/data/images/jpg/02.jpg ./tests/data/images/jpg/%02d.jpg CRC=0xe3509f33 -28406 ./tests/data/images/jpg/02.jpg +26037 ./tests/data/images/jpg/02.jpg diff --git a/tests/ref/lavf/smjpeg b/tests/ref/lavf/smjpeg index a2eeb97578..fb8c6542fa 100644 --- a/tests/ref/lavf/smjpeg +++ b/tests/ref/lavf/smjpeg @@ -1,3 +1,3 @@ -a95982a2d390f4dcdc72a41d8920abb9 *./tests/data/lavf/lavf.smjpeg -789551 ./tests/data/lavf/lavf.smjpeg +3fe90213ac4f5275eb85ad0a4e4bdb44 *./tests/data/lavf/lavf.smjpeg +728642 ./tests/data/lavf/lavf.smjpeg ./tests/data/lavf/lavf.smjpeg CRC=0x54bf6147 |