Merge pull request #448 from dragos-oancea/mod_vlc-status-val-never-read-

[mod_vlc] scan-build: Value stored to 'vcontext' is never read - av_init_handle()
This commit is contained in:
Andrey Volk
2020-02-28 00:48:55 +04:00
committed by GitHub
-1
View 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;