Skip to content
Snippets Groups Projects
Commit 4af3ab98 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

libvlc: add missing "dec-dev" variable

It's needed by vlc_decoder_device_Create().
parent 55a92b31
No related branches found
No related tags found
No related merge requests found
......@@ -603,6 +603,7 @@ libvlc_media_player_new( libvlc_instance_t *instance )
var_Create( mp, "vout-cb-make-current", VLC_VAR_ADDRESS );
var_Create( mp, "vout-cb-select-plane", VLC_VAR_ADDRESS );
var_Create (mp, "dec-dev", VLC_VAR_STRING);
var_Create (mp, "avcodec-hw", VLC_VAR_STRING);
var_Create (mp, "drawable-xid", VLC_VAR_INTEGER);
#if defined (_WIN32) || defined (__OS2__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment