pinterf / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
208 stars 24 forks source link

Should use strcmp for comparison #2

Closed captainadamo closed 8 years ago

captainadamo commented 8 years ago

The way SetFilterMTMode is checking for an empty string will always be true. Should be using strcmp to compare two c strings.