Skip to content

Commit

Permalink
Fix issue #310 - register internal DXVA Null REnderer filter with int…
Browse files Browse the repository at this point in the history
…ernal class factory so that it can be created from the performance test dialog and loaded in GRF and GRFX files.
  • Loading branch information
mikecopperwhite committed Apr 21, 2017
1 parent 8f31bd4 commit 5647698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ static void RegisterInternalFiltersForCurrentApartment(void)
(new DSUtil::CClassFactory(&CAnalyzerWriterFilter::g_Template))->Register();
(new DSUtil::CClassFactory(&CH264AnalyzerFilter::g_Template))->Register();
(new DSUtil::CClassFactory(&CVideoAnalyzerFilter::g_Template))->Register();
(new DSUtil::CClassFactory(&CAudioAnalyzerFilter::g_Template))->Register();
(new DSUtil::CClassFactory(&CAudioAnalyzerFilter::g_Template))->Register();
(new DSUtil::CClassFactory(&CDxvaNullRenderer::g_Template))->Register();

(new DSUtil::CClassFactory(&CAnalyzerPage::g_Template))->Register();
}
Expand Down

0 comments on commit 5647698

Please sign in to comment.