summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcplayer.hxx
diff options
context:
space:
mode:
authorMinh Ngo <nlminhtl@gmail.com>2013-07-18 18:23:32 +0300
committerMichael Meeks <michael.meeks@suse.com>2013-07-26 10:50:24 +0100
commit71b2e88ff292f8b622b3e1026de164df9433f1b7 (patch)
tree3c7f5091da1f9e22917faedf1ec3c411f9585906 /avmedia/source/vlc/vlcplayer.hxx
parent6a1f5f0aebea7a7dfc58a50167408e9477564903 (diff)
Frame grabber implementation.
Change-Id: I50e6c2681f515aa3f52e7d730cd8bc3001c2d3d4
Diffstat (limited to 'avmedia/source/vlc/vlcplayer.hxx')
-rw-r--r--avmedia/source/vlc/vlcplayer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/vlcplayer.hxx b/avmedia/source/vlc/vlcplayer.hxx
index 7417060f56a9..0c29f3fc9770 100644
--- a/avmedia/source/vlc/vlcplayer.hxx
+++ b/avmedia/source/vlc/vlcplayer.hxx
@@ -39,7 +39,7 @@ class VLCPlayer : public ::cppu::BaseMutex,
{
boost::shared_ptr<libvlc_instance_t> mInstance;
boost::shared_ptr<libvlc_media_player_t> mPlayer;
- boost::shared_ptr<libvlc_media_t> mMedia;
+ const rtl::OUString mUrl;
public:
VLCPlayer( const rtl::OUString& url );