From 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc Mon Sep 17 00:00:00 2001 From: karlf Date: Thu, 11 Aug 2016 13:28:13 -0700 Subject: Updated for "Windows 10 Anniversary Update" (Version 1607) --- avstream/sampledevicemft/multipinmftutils.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'avstream/sampledevicemft/multipinmftutils.cpp') diff --git a/avstream/sampledevicemft/multipinmftutils.cpp b/avstream/sampledevicemft/multipinmftutils.cpp index d36baa13..6f5735b5 100644 --- a/avstream/sampledevicemft/multipinmftutils.cpp +++ b/avstream/sampledevicemft/multipinmftutils.cpp @@ -13,7 +13,7 @@ #pragma comment(lib, "d2d1") #ifdef MF_WPP -#include "multipinmftutils.tmh" +#include "multipinmftutils.tmh" //--REF_ANALYZER_DONT_REMOVE-- #endif // Critical sections @@ -328,7 +328,10 @@ STDMETHODIMP_(BOOL) IsKnownUncompressedVideoType(_In_ GUID guidSubType) guidSubType == MFVideoFormat_P016 || guidSubType == MFVideoFormat_v210 || guidSubType == MFVideoFormat_v216 || - guidSubType == MFVideoFormat_v410 ) + guidSubType == MFVideoFormat_v410 || + guidSubType == MFVideoFormat_L8 || + guidSubType == MFVideoFormat_L16 || + guidSubType == MFVideoFormat_D16) { return( TRUE ); } -- cgit v1.3.1