From: Seungbae Shin Date: Mon, 9 Mar 2020 03:03:42 +0000 (+0900) Subject: Remove duplicated function calls X-Git-Tag: accepted/tizen/6.0/unified/20201030.112659^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=platform%2Fupstream%2Fopenal-soft.git Remove duplicated function calls [Version] 1.17.2-18 [Issue Type] Bug Change-Id: I0870ef2a8b20c094a6a33fd381856f410e7fd820 --- 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/