File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ unsigned int aspect_ratio_factor_step = 10;
3535/*
3636 *Config options and default values
3737 */
38- unsigned int aspect_ratio = ASPECT_RATIOS_TYPE_CROPPED ;
38+ unsigned int aspect_ratio = ASPECT_RATIOS_TYPE_STRETCHED ;
3939unsigned int aspect_ratio_factor_percent = 50 ;
4040
4141static const struct ConfigOption options[] = {
Original file line number Diff line number Diff line change 66
77///------ Definition of the different aspect ratios
88#define ASPECT_RATIOS \
9+ X(ASPECT_RATIOS_TYPE_MANUAL, "ZOOMED") \
910 X(ASPECT_RATIOS_TYPE_STRETCHED, "STRETCHED") \
1011 X(ASPECT_RATIOS_TYPE_CROPPED, "CROPPED") \
12+ X(ASPECT_RATIOS_TYPE_SCALED, "SCALED") \
1113 X(NB_ASPECT_RATIOS_TYPES, "")
1214
1315////------ Enumeration of the different aspect ratios ------
You can’t perform that action at this time.
0 commit comments