Skip to content

Commit

Permalink
デフォルト音声エンコーダの設定が反映されないのを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Apr 10, 2020
1 parent 1c2800e commit d87860e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VCEEnc/VCEEnc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ void init_CONF_GUIEX(CONF_GUIEX *conf, BOOL use_10bit) {
conf->vid.resize_height = 720;
conf->aud.ext.encoder = g_sys_dat.exstg->s_local.default_audio_encoder_ext;
conf->aud.in.encoder = g_sys_dat.exstg->s_local.default_audio_encoder_in;
conf->aud.use_internal = g_sys_dat.exstg->s_local.default_audenc_use_in;
conf->size_all = CONF_INITIALIZED;
}
#pragma warning( pop )
Expand Down

0 comments on commit d87860e

Please sign in to comment.