Skip to content

Commit

Permalink
Fix stupid bug in IgnoreExternalFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
clsid2 committed Mar 12, 2024
1 parent 36b9c72 commit a413bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpc-hc/PPageExternalFilters.cpp
Expand Up @@ -374,6 +374,7 @@ bool IgnoreExternalFilter(CLSID clsid)
} else if (clsid == __uuidof(CMPEG2EncoderVideoDS) || clsid == __uuidof(CMPEG2EncoderDS) || clsid == __uuidof(CMPEG2EncoderAudioDS) || clsid == __uuidof(CMSAC3Enc)) {
return true;
}
return false;
}

void CPPageExternalFilters::OnAddRegistered()
Expand Down

0 comments on commit a413bf3

Please sign in to comment.