Skip to content

Commit

Permalink
Релиз v0.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Apr 17, 2020
1 parent d55d8d9 commit aa283ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Include/Version.h
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 4
#define MPCVR_VERSION_BUILD 4
#define MPCVR_VERSION_BUILD 5

#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)
2 changes: 1 addition & 1 deletion history.txt
@@ -1,4 +1,4 @@
v0.4.4
v0.4.5.1242 - 2020.04.17
------------------------
Fixed problem with old frame output after play-stop-play.
Fixed the green line on the right side of the frame when using a DXVA2 or D3D11 video processor and a software decoder on AMD graphics cards.
Expand Down

0 comments on commit aa283ef

Please sign in to comment.