Skip to content

Commit

Permalink
Релиз v0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Nov 25, 2019
1 parent 280c41c commit 48db7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
#define DO_MAKE_STR(x) #x
#define MAKE_STR(x) DO_MAKE_STR(x)

#define MPCVR_RELEASE 0
#define MPCVR_RELEASE 1

#define MPCVR_VERSION_MAJOR 0
#define MPCVR_VERSION_MINOR 3
#define MPCVR_VERSION_BUILD 3
#define MPCVR_VERSION_BUILD 4

#define MPCVR_VERSION_NUM MPCVR_VERSION_MAJOR,MPCVR_VERSION_MINOR,MPCVR_VERSION_BUILD,MPCVR_REV_NUM
#define MPCVR_VERSION_STR MAKE_STR(MPCVR_VERSION_MAJOR) "." MAKE_STR(MPCVR_VERSION_MINOR) "." MAKE_STR(MPCVR_VERSION_BUILD) "." MAKE_STR(MPCVR_REV_NUM)
1 change: 1 addition & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.3.4.956 - 2019.11.25
-----------------------
Used the surface of the DXVA2 decoder directly (without copying) if the DXVA2 video processor does not require additional frames.
"Double the frame rate when deinterlace" setting is now enabled by default.
Expand Down

0 comments on commit 48db7e8

Please sign in to comment.