From 67016ccd95fdac27729762b1639104713962e2ca Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 21 Mar 2020 09:23:54 +0100 Subject: [PATCH] plugin: Version 0.8.0a3 * Updated libOBS to v25.0.1 * Fixed a freeze exclusive to v25.x with Source Mirror. * Fixed audio mirroring only working on every 2nd configuration update with Source Mirror. * Fixed audio being mirrored out of order on highly parallel systems (>4 Threads). * Fixed discoloration of sources in 3D Transform. * Fixed ffmpeg encoder not falling back to software if scaling is detected. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10cb5e9..32a559d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 8) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "a2") +set(VERSION_SUFFIX "a3") set(PROJECT_COMMIT "N/A") if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git") set(GIT_RESULT "")