提交 033a29ef 编写于 作者: J jpark37

rtmp-services: Fix unused parameter

上级 0e803c44
......@@ -115,6 +115,8 @@ static const char *rtmp_custom_password(void *data)
static void rtmp_custom_apply_settings(void *data, obs_data_t *video_settings,
obs_data_t *audio_settings)
{
UNUSED_PARAMETER(audio_settings);
struct rtmp_custom *service = data;
if (service->server != NULL && video_settings != NULL &&
strncmp(service->server, RTMP_PROTOCOL, strlen(RTMP_PROTOCOL)) !=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册