Commit dab29012 authored by Gildas Bazin's avatar Gildas Bazin

* src/libvlc.c: fixed --width/height.

parent e8d69316
......@@ -778,8 +778,6 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
var_Create( p_vlc, "drawableh", VLC_VAR_INTEGER );
var_Create( p_vlc, "drawableportx", VLC_VAR_INTEGER );
var_Create( p_vlc, "drawableporty", VLC_VAR_INTEGER );
var_Create( p_vlc, "width", VLC_VAR_INTEGER );
var_Create( p_vlc, "height", VLC_VAR_INTEGER );
/*
* Get input filenames given as commandline arguments
......
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