Skip to content
Snippets Groups Projects
Commit a1ffb6e2 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Steve Lhomme
Browse files

filters: add an operations structure to set the callbacks


Generate a simple operations structure for filters generating their own filter
callback via VIDEO_FILTER_WRAPPER().

The filter chain sets a mouse handler on video filters that don't have one,
just as before, by using a local version of the ops structure of the filter and
adding the local mouse callback.

Co-authored-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent b38c3484
No related branches found
No related tags found
Loading
Showing
with 234 additions and 150 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment