Minor fixes
Change-Id: Icb76c549d8129d5ab89bf649b1efded32dce059f
This commit is contained in:
@@ -96,7 +96,7 @@ namespace
|
||||
return ::uno::Reference< css::graphic::XGraphic >();
|
||||
|
||||
Bitmap aBmp( Size( w, h ), 24 );
|
||||
std::cout << 1 << std::endl;
|
||||
|
||||
sal_uInt8 *pData = frameData.buffer.data();
|
||||
BitmapWriteAccess *pWrite = aBmp.AcquireWriteAccess();
|
||||
if ( pWrite )
|
||||
|
@@ -39,7 +39,6 @@ class VLCFrameGrabber : public FrameGrabber_BASE
|
||||
const rtl::OUString& mUrl;
|
||||
public:
|
||||
SAL_CALL VLCFrameGrabber( boost::shared_ptr<libvlc_media_player_t>& player, const rtl::OUString& url );
|
||||
void setPlayer( );
|
||||
|
||||
::com::sun::star::uno::Reference< css::graphic::XGraphic > SAL_CALL grabFrame( double fMediaTime );
|
||||
|
||||
|
Reference in New Issue
Block a user