Commit 1468e41c authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

deleted dependency from AVSMediaCore

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52321 954022d7-b5bf-4e40-9824-e11837661b57
parent 026775d2
......@@ -80,8 +80,8 @@ public: static bool WriteDataToPicture( CString sPath, RtfPicture& oOutput, CStr
if( NULL == vImage.punkVal )
return false;
//
MediaCore::IAVSUncompressedVideoFrame* piFrame = NULL;
hRes = vImage.punkVal->QueryInterface( __uuidof(MediaCore::IAVSUncompressedVideoFrame), (void**)&piFrame );
OfficeCore::IUncompressedFrame* piFrame = NULL;
hRes = vImage.punkVal->QueryInterface( __uuidof(OfficeCore::IUncompressedFrame), (void**)&piFrame );
RELEASEINTERFACE( vImage.punkVal );
if( FAILED( hRes ) || NULL == piFrame )
return false;
......
......@@ -45,4 +45,4 @@ using namespace ATL;
#import "..\Redist\ASCOfficeUtils.dll" named_guids rename_namespace("AVSOfficeUtils")
#import "..\..\..\..\AVS\Redist\AVSImageStudio3.dll" named_guids rename_namespace("ImageStudio")
#import "..\..\..\..\AVS\Redist\AVSMediaCore3.dll" named_guids rename_namespace("MediaCore"), exclude("tagRECT")
#import "..\Redist\OfficeCore.dll" named_guids rename_namespace("OfficeCore"), exclude("tagRECT")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment