mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
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.
This commit is contained in:
parent
03bee0aaf2
commit
67016ccd95
1 changed files with 1 additions and 1 deletions
|
@ -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 "")
|
||||
|
|
Loading…
Reference in a new issue