Skip to content

Commit e710780

Browse files
committed
VCEEncの変更を反映。
1 parent e496c3b commit e710780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NVEncCore/rgy_prm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static const int RGY_AUDIO_QUALITY_DEFAULT = 0;
8080
#define ENABLE_VPP_FILTER_DELOGO_MULTIADD ( ENCODER_NVENC)
8181
#define ENABLE_VPP_ORDER (CLFILTERS_AUF)
8282

83-
#define ENABLE_PARALLEL_ENC (ENCODER_QSV || ENCODER_NVENC || (ENCODER_VCEENC && ENABLE_D3D11))
83+
#define ENABLE_PARALLEL_ENC (ENCODER_QSV || ENCODER_NVENC || ENCODER_VCEENC)
8484

8585
enum class VppType : int {
8686
VPP_NONE,

0 commit comments

Comments
 (0)