Skip to content

Commit

Permalink
VCEEnc.auoのビルドを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Mar 12, 2024
1 parent 00d017e commit f92059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VCEEnc/encode/auo_video.cpp
Expand Up @@ -488,7 +488,7 @@ static DWORD video_output_inside(CONF_GUIEX *conf, const OUTPUT_INFO *oip, PRM_E
VCEParam enc_prm;
parse_cmd(&enc_prm, conf->enc.cmd);

enc_prm.common.AVSyncMode = (conf->vid.afs) ? RGY_AVSYNC_VFR : RGY_AVSYNC_ASSUME_CFR;
enc_prm.common.AVSyncMode = (conf->vid.afs) ? RGY_AVSYNC_VFR : RGY_AVSYNC_AUTO;
enc_prm.common.disableMp4Opt = pe->muxer_to_be_used != MUXER_DISABLED;
if (conf->vid.resize_enable) {
enc_prm.input.dstWidth = conf->vid.resize_width;
Expand Down

0 comments on commit f92059f

Please sign in to comment.