From c947a09c1b092e36f88547d1d565bad8d340a337 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Mon, 9 Mar 2020 12:03:42 +0900 Subject: [PATCH] Remove duplicated function calls [Version] 1.17.2-18 [Issue Type] Bug Change-Id: I0870ef2a8b20c094a6a33fd381856f410e7fd820 --- Alc/ALc.c | 2 -- packaging/openal-soft.spec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Alc/ALc.c b/Alc/ALc.c index a97d75d..b6d97d7 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -3730,8 +3730,6 @@ ALC_API ALCdevice* ALC_APIENTRY alcOpenDeviceNew(const ALCchar *deviceName, soun device->NumStereoSources = 1; device->NumMonoSources = device->MaxNoOfSources - device->NumStereoSources; - sound_manager_get_index_from_stream_information(stream_info, &Index); - sound_manager_get_type_from_stream_information(stream_info, &StreamType); device->StreamIndex = Index; device->StreamType = strdup(StreamType); // Find a playback device to open diff --git a/packaging/openal-soft.spec b/packaging/openal-soft.spec index 6525184..9f68fee 100644 --- a/packaging/openal-soft.spec +++ b/packaging/openal-soft.spec @@ -1,6 +1,6 @@ Name: openal-soft Version: 1.17.2 -Release: 16 +Release: 18 License: LGPL-2.0+ Summary: A cross-platform 3D audio API URL: http://connect.creativelabs.com/openal/ -- 2.7.4