Commit dc85d75d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt menus: scaling is accessible through Video Menu.

parent 0e72cc7a
...@@ -194,6 +194,7 @@ static int VideoAutoMenuBuilder( vout_thread_t *p_object, ...@@ -194,6 +194,7 @@ static int VideoAutoMenuBuilder( vout_thread_t *p_object,
PUSH_INPUTVAR( "spu-es" ); PUSH_INPUTVAR( "spu-es" );
PUSH_VAR( "fullscreen" ); PUSH_VAR( "fullscreen" );
PUSH_VAR( "zoom" ); PUSH_VAR( "zoom" );
PUSH_VAR( "scaling" );
PUSH_VAR( "deinterlace" ); PUSH_VAR( "deinterlace" );
PUSH_VAR( "aspect-ratio" ); PUSH_VAR( "aspect-ratio" );
PUSH_VAR( "crop" ); PUSH_VAR( "crop" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment