How to exclude filters used for decoding, encoding or processing?
Some DirectShow filter can cause playback or processing problems, some can be unwanted for decoding. You can exclude filters for usage.
Call
DirectShow_Filters_Blacklist_Clear()
method to clear currently blacklisted filters.
Call
DirectShow_Filters_Blacklist_Add(...)
to add new filter by name to the list.