[vlc-commits] libvlc: add missing "dec-dev" variable
Steve Lhomme
git at videolan.org
Wed Jun 26 15:48:32 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 26 15:16:26 2019 +0200| [4af3ab986010b0eab9950aca7aaa7554a29403eb] | committer: Steve Lhomme
libvlc: add missing "dec-dev" variable
It's needed by vlc_decoder_device_Create().
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4af3ab986010b0eab9950aca7aaa7554a29403eb
---
lib/media_player.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/media_player.c b/lib/media_player.c
index cb29d76ebf..199d91dbba 100644
--- a/lib/media_player.c
+++ b/lib/media_player.c
@@ -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__)
More information about the vlc-commits
mailing list