]> git.sesse.net Git - vlc/commitdiff
Qt menus: scaling is accessible through Video Menu.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Jan 2009 19:26:06 +0000 (20:26 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Jan 2009 19:28:10 +0000 (20:28 +0100)
modules/gui/qt4/menus.cpp

index b9d0ea1898fec799d90873420cfc0582caab3655..bb301aa68b9a25d3d09ae6408810925d92d1526f 100644 (file)
@@ -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" );