summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcplayer.hxx
diff options
context:
space:
mode:
authorMinh Ngo <nlminhtl@gmail.com>2013-09-20 00:54:21 +0300
committerMinh Ngo <nlminhtl@gmail.com>2013-09-20 00:56:13 +0300
commitf22464dfb133936668173befb157394eaff2d142 (patch)
tree792e2e92d62cad714b1cf66db83d72b2fd2fba3b /avmedia/source/vlc/vlcplayer.hxx
parent15924193558ae7f0e04d5bb1ea8ab94517c5a9ce (diff)
Avmedia/VLC: Fixing zooming.
Will resize depended on the frame size now. Change-Id: I3dbd0982f4442e9c643121af3cdfc2b0cdfe33a2
Diffstat (limited to 'avmedia/source/vlc/vlcplayer.hxx')
-rw-r--r--avmedia/source/vlc/vlcplayer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/vlc/vlcplayer.hxx b/avmedia/source/vlc/vlcplayer.hxx
index cbc009ca15f6..94c9751599ac 100644
--- a/avmedia/source/vlc/vlcplayer.hxx
+++ b/avmedia/source/vlc/vlcplayer.hxx
@@ -57,6 +57,7 @@ public:
wrapper::Instance& instance,
wrapper::EventHandler& eh );
+ void setVideoSize( unsigned width, unsigned height );
unsigned getWidth() const;
unsigned getHeight() const;