Fix uninit. flag: videos outputted pngs sometimes
This commit is contained in:
parent
1c3554b3ca
commit
2e03098540
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Args::Args()
|
|||
: do_dither_image_(true),
|
||||
do_dither_grayscaled_(false),
|
||||
do_overwrite_(false),
|
||||
do_video_pngs_(false),
|
||||
input_filename(),
|
||||
output_filename() {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue