Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Nov 15, 2023
2 parents 66cfeba + 8ec0870 commit bb784c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-streamlabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
OS_TAG: "windows64"
CEF_VERSION: 5060
CEF_REVISION: v3
WIN_DEPS_VERSION: windows-deps-2022-08-02-x64-sl.1
WIN_DEPS_VERSION: windows-deps-2023-08-28s7-x64
GRPC_VERSION: v1.47.0
CMakeGenerator: Visual Studio 17 2022
VLC_VERSION: vlc_3.0.0-git
Expand Down
2 changes: 1 addition & 1 deletion libobs/obs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3695,7 +3695,7 @@ bool start_gpu_encode(obs_encoder_t *encoder)
obs_encoder_get_name(encoder), obs_encoder_get_id(encoder),
encoder);

struct obs_core_video_mix *video = encoder->video;
struct obs_core_video_mix *video = get_mix_for_video(encoder->media);
bool success = true;

obs_enter_graphics();
Expand Down

0 comments on commit bb784c8

Please sign in to comment.