Skip to content
  • David's avatar
    macosx: input manager: add a rate limit for INPUT_EVENT_POSITION · fb953157
    David authored
    For certain demuxers like mkv, that event is triggered with
    very high rates (>= 100 events per second), which is not needed
    to update our second-based controls.
    
    By rate limiting in this patch, total CPU reduction from 30 to
    15 % can be observed.
    fb953157