Skip to content

Commit

Permalink
commit clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-WSH committed Jan 1, 2025
1 parent fbffe69 commit a188f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libobs/obs-source.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,8 +1186,8 @@ static void async_tick(obs_source_t *source)
uint64_t sys_time = obs->video.video_time;

/* gs should be requested before async_mutex
Here we request gs because set_async_texture_size may be called */
gs_enter_context(obs->video.graphics);
Here we request gs because set_async_texture_size may be called */
gs_enter_context(obs->video.graphics);
pthread_mutex_lock(&source->async_mutex);

if (deinterlacing_enabled(source)) {
Expand Down

0 comments on commit a188f90

Please sign in to comment.