View Single Post
Old 18th April 2018, 11:27   #9  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
Quote:
Originally Posted by shekh View Post
videofilter.h provides helpers for the plugin, it is not part of binary interface.
VDXFilterDefinition2 is helper struct, this is full code:
[...]
Its purpose is to supply FilterModDefinition pointer to VDXFilterDefinition, the added size is plugin's private, not used by host.
Thanks for the quick answer

EDIT: The reason of my confusion came from that in the provided source (crossfade.zip) this helper class did not match this logic, it uses an older version of videofilter.h (w/o the FilterModDefinition* fm pointer)

Last edited by pinterf; 18th April 2018 at 11:46.
pinterf is offline   Reply With Quote