Skip to content

Commit

Permalink
Add video_tick function to background filter info (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil authored Mar 17, 2024
1 parent fbbc417 commit eb310c1
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 209 deletions.
1 change: 1 addition & 0 deletions src/background-filter-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ struct obs_source_info background_removal_filter_info = {
.update = background_filter_update,
.activate = background_filter_activate,
.deactivate = background_filter_deactivate,
.video_tick = background_filter_video_tick,
.video_render = background_filter_video_render,
};
Loading

0 comments on commit eb310c1

Please sign in to comment.