diff options
-rw-r--r-- | avmedia/source/vlc/vlcframegrabber.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/vlc/vlcframegrabber.cxx b/avmedia/source/vlc/vlcframegrabber.cxx index 11151b6a6926..4cf986642236 100644 --- a/avmedia/source/vlc/vlcframegrabber.cxx +++ b/avmedia/source/vlc/vlcframegrabber.cxx @@ -15,7 +15,7 @@ SAL_CALL VLCFrameGrabber::VLCFrameGrabber() ::uno::Reference< css::graphic::XGraphic > SAL_CALL VLCFrameGrabber::grabFrame( double fMediaTime ) { - return Graphic().GetXGraphic(); + return ::uno::Reference< css::graphic::XGraphic >(); } ::rtl::OUString SAL_CALL VLCFrameGrabber::getImplementationName() @@ -36,4 +36,4 @@ SAL_CALL VLCFrameGrabber::VLCFrameGrabber() } } -}
\ No newline at end of file +} |