Skip to content

Commit

Permalink
Fixed No preview in GUI versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-vinjamoori committed Apr 20, 2016
1 parent c027b44 commit 0de521f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib_ccx/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,7 @@ int parse_parameters (struct ccx_s_options *opt, int argc, char *argv[])
opt->enc_cfg.ucla = opt->ucla;
opt->enc_cfg.no_type_setting = opt->notypesetting;
opt->enc_cfg.subs_delay = opt->subs_delay;
opt->enc_cfg.gui_mode_reports = opt->gui_mode_reports;
if(opt->output_filename && opt->multiprogram == CCX_FALSE)
opt->enc_cfg.output_filename = strdup(opt->output_filename);
else
Expand Down

0 comments on commit 0de521f

Please sign in to comment.