summaryrefslogtreecommitdiffstats
path: root/filters/f_decoder_wrapper.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-05 21:18:15 +0100
committerwm4 <wm4@nowhere>2020-03-05 22:00:50 +0100
commit8a1bd15216fa54773ee3f32b77ee373c164691b4 (patch)
tree3a47a0cf8119280890c2659737f6f7a2b64c8982 /filters/f_decoder_wrapper.c
parent670610bc1d9429e150872c6be3ff399da01a87a0 (diff)
downloadmpv-8a1bd15216fa54773ee3f32b77ee373c164691b4.tar.bz2
mpv-8a1bd15216fa54773ee3f32b77ee373c164691b4.tar.xz
filter: add functions to suspend filtering temporarily
Filtering is integrated into an event loop, which is something the filter API user provides. To make interacting with the event loop easier, and in particular to avoid filtering to block event handling, add functions the event loop code can suspend filtering. While we cannot actually suspend a single filter, it's pretty easy to suspend the filter graph run loop itself, which is responsible for selecting which filter to run next. This commit shouldn't change behavior at all, but the functions will be used in later commits.
Diffstat (limited to 'filters/f_decoder_wrapper.c')
0 files changed, 0 insertions, 0 deletions