Skip to content

Commit

Permalink
Enabled intra refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElixZammuto committed Nov 24, 2024
1 parent 979238a commit 6033bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Streaming/FFmpegDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ namespace moonlight_xbox_dx {
decoder_callbacks_sdl.stop = stopCallback;
decoder_callbacks_sdl.cleanup = cleanupCallback;
decoder_callbacks_sdl.submitDecodeUnit = NULL;
decoder_callbacks_sdl.capabilities = CAPABILITY_PULL_RENDERER;
decoder_callbacks_sdl.capabilities = CAPABILITY_PULL_RENDERER | CAPABILITY_INTRA_REFRESH;
return decoder_callbacks_sdl;
}

Expand Down

0 comments on commit 6033bb4

Please sign in to comment.