From c60652e38ac6afd74bd8225e9dae5406f13aaa4f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 2 Oct 2010 21:05:31 +0200 Subject: [PATCH] Use var_InheritString for --decklink-video-connection. --- modules/access/decklink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index 6685c5364f..a8f3a71dc1 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -354,7 +354,7 @@ static int Open( vlc_object_t *p_this ) goto finish; } - psz_video_connection = var_CreateGetNonEmptyString( p_demux, "decklink-video-connection" ); + psz_video_connection = var_InheritString( p_demux, "decklink-video-connection" ); if( psz_video_connection ) { BMDVideoConnection conn; -- 2.39.2