Expose mozjpeg quant_table flag (#1285)

This commit is contained in:
Espen Hovlandsdal
2018-07-10 16:56:05 +02:00
committed by Lovell Fuller
parent 5cb35485f1
commit 7bbc5176a1
6 changed files with 62 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ struct PipelineBaton {
bool jpegProgressive;
std::string jpegChromaSubsampling;
bool jpegTrellisQuantisation;
int jpegQuantisationTable;
bool jpegOvershootDeringing;
bool jpegOptimiseScans;
bool jpegOptimiseCoding;
@@ -188,6 +189,7 @@ struct PipelineBaton {
jpegProgressive(false),
jpegChromaSubsampling("4:2:0"),
jpegTrellisQuantisation(false),
jpegQuantisationTable(0),
jpegOvershootDeringing(false),
jpegOptimiseScans(false),
jpegOptimiseCoding(true),