Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
project: 1.3.0pre8 is out, get it now!
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fabian Dirks committed Sep 7, 2016
1 parent afacb46 commit a37eb32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions #Resources/PatchNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1.3.0 - The AMF SDK Path

AMD updated the SDK and the plugin shall follow in it's footsteps. With this new SDK (an an actual documentation) the plugin can now finally be more accurate in it's usage - no more guesswork.
AMD updated the SDK and the plugin shall follow in it's footsteps. With this new SDK (and an actual documentation) the plugin can now finally be more accurate in it's usage - no more guesswork.

**Notes**

Expand Down Expand Up @@ -70,7 +70,7 @@ Before installing this Version, please uninstall any previous versions. If you u
* Fixed: Fixed some values not being applied in 32-Bit.
* Fixed: "Enforce streaming service encoder settings" is now properly used, thanks to Jim.
* Fixed: Simple Interface will now correctly update when a setting is modified.
* Changed: Temporary workaround for how PTS and DTS are calculated, see issue: https://obsproject.com/mantis/view.php?id=614.
* Fixed: Decode and Presentation Timestamps are now correct, thanks to Jim.
* Changed: Reduced log output length for readability.
* Changed: Threads are now forcefully terminating if they are stuck instead of freezing OBS.
* Added: Fail-Safe so that Stop Streaming/Recording still works even when GetOutput fails.
Expand Down
2 changes: 1 addition & 1 deletion enc-amf/Include/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SOFTWARE.

#define PLUGIN_VERSION_MAJOR 1
#define PLUGIN_VERSION_MINOR 3
#define PLUGIN_VERSION_RELEASE 0pre7
#define PLUGIN_VERSION_RELEASE 0pre8
#define PLUGIN_VERSION_FULL (((uint64_t)PLUGIN_VERSION_MAJOR << 48ull) | ((uint64_t)PLUGIN_VERSION_MINOR << 16ull) | ((uint64_t)PLUGIN_VERSION_RELEASE))
#define PLUGIN_VERSION_TEXT vstr(PLUGIN_VERSION_MAJOR) "." vstr(PLUGIN_VERSION_MINOR) "." vstr(PLUGIN_VERSION_RELEASE) "-" vstr(AMF_VERSION_MAJOR) "." vstr(AMF_VERSION_MINOR) "." vstr(AMF_VERSION_RELEASE) "." vstr(AMF_VERSION_BUILD_NUM)

Expand Down

0 comments on commit a37eb32

Please sign in to comment.