Minor fixes

Change-Id: Icb76c549d8129d5ab89bf649b1efded32dce059f
This commit is contained in:
Minh Ngo
2013-07-18 22:31:15 +03:00
committed by Michael Meeks
parent 71b2e88ff2
commit f0833d965d
2 changed files with 1 additions and 2 deletions

View File

@@ -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 )

View File

@@ -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 );