Closed tssajo closed 4 years ago
because the preset variable is set by the caller of parseQuality() in line 282.
See this code snippet:
case 'q': preset = parseQuality(optarg); break;
Merged, thanks!
because the preset variable is set by the caller of parseQuality() in line 282.
See this code snippet: