[vlc-devel] commit: Qt menus: scaling is accessible through Video Menu. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jan 26 20:28:59 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 26 20:26:06 2009 +0100| [dc85d75d9017d361256604f2fa0fcc5e91f2eb5d] | committer: Jean-Baptiste Kempf
Qt menus: scaling is accessible through Video Menu.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc85d75d9017d361256604f2fa0fcc5e91f2eb5d
---
modules/gui/qt4/menus.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index b9d0ea1..bb301aa 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -194,6 +194,7 @@ static int VideoAutoMenuBuilder( vout_thread_t *p_object,
PUSH_INPUTVAR( "spu-es" );
PUSH_VAR( "fullscreen" );
PUSH_VAR( "zoom" );
+ PUSH_VAR( "scaling" );
PUSH_VAR( "deinterlace" );
PUSH_VAR( "aspect-ratio" );
PUSH_VAR( "crop" );
More information about the vlc-devel
mailing list