From 3307e2a4921292fae2e5e48f77b9290664e6934b Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sat, 31 Dec 2016 15:13:11 +0100 Subject: [PATCH] Fixed audio-only and video-only RTMP live support (Open Source-only bug) --- src/output/output_rtmp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/output/output_rtmp.cpp b/src/output/output_rtmp.cpp index cb58be33..e9135864 100644 --- a/src/output/output_rtmp.cpp +++ b/src/output/output_rtmp.cpp @@ -186,7 +186,6 @@ namespace Mist { } } } - return; }