Skip to content

Commit

Permalink
hrdをデフォルトではオフに。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Sep 20, 2020
1 parent 5fdc2d7 commit 6682524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions VCECore/rgy_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#ifndef __RGY_VERSION_H__
#define __RGY_VERSION_H__

#define VER_FILEVERSION 0,6,4,0
#define VER_STR_FILEVERSION "6.04"
#define VER_STR_FILEVERSION_TCHAR _T("6.04")
#define VER_FILEVERSION 0,6,5,0
#define VER_STR_FILEVERSION "6.05"
#define VER_STR_FILEVERSION_TCHAR _T("6.05")


#ifdef _M_IX86
Expand Down
2 changes: 1 addition & 1 deletion VCECore/vce_param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ VCEParam::VCEParam() :
nBframes(VCE_DEFAULT_BFRAMES),
bBPyramid(false),
nMotionEst(VCE_MOTION_EST_QUATER | VCE_MOTION_EST_HALF),
bEnforceHRD(true),
bEnforceHRD(false),
nIDRPeriod(1),
nGOPLen(0),
nRefFrames(VCE_DEFAULT_REF_FRAMES),
Expand Down

0 comments on commit 6682524

Please sign in to comment.