]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_vlc] scan-build: Value stored to 'vcontext' is never read - av_init_handle() 448/head
authorDragos Oancea <dragos@signalwire.com>
Thu, 27 Feb 2020 11:11:40 +0000 (11:11 +0000)
committerDragos Oancea <dragos@signalwire.com>
Thu, 27 Feb 2020 20:47:38 +0000 (20:47 +0000)
src/mod/formats/mod_vlc/mod_vlc.c

index 00a71ce58dbc90aa118e415902ef11d19e0440d2..45d6d19de096843f13421ce657e13eb056facd87 100644 (file)
@@ -597,7 +597,6 @@ static switch_status_t av_init_handle(switch_file_handle_t *handle, switch_image
        opts[0] = *vlc_args;
        if (acontext) opts[1] = switch_core_sprintf(acontext->pool, "--sout=%s", acontext->path);
 
-       vcontext = acontext->vcontext;
        pool = acontext->pool;