mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
deleted dependency from AVSMediaCore
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52321 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
026775d28c
commit
1468e41c01
@ -80,8 +80,8 @@ public: static bool WriteDataToPicture( CString sPath, RtfPicture& oOutput, CStr
|
||||
if( NULL == vImage.punkVal )
|
||||
return false;
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user