mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-18 04:00:36 +01:00
Merge "Add missing parameter initialization in FDK_QmfDomain_Clear*() functions" am: 6953f2c5b2
am: bb32492644 Change-Id: Ib2e3683a85ffe204a0ed5c0b73e5ccc2b7005b0c
This commit is contained in:
commit
ecba7fdd99
@ -786,6 +786,7 @@ void FDK_QmfDomain_ClearRequested(HANDLE_FDK_QMF_DOMAIN_GC hgc) {
|
||||
hgc->flags_requested = 0;
|
||||
hgc->nInputChannels_requested = 0;
|
||||
hgc->nOutputChannels_requested = 0;
|
||||
hgc->parkChannel_requested = 0;
|
||||
hgc->nBandsAnalysis_requested = 0;
|
||||
hgc->nBandsSynthesis_requested = 0;
|
||||
hgc->nQmfTimeSlots_requested = 0;
|
||||
@ -798,6 +799,7 @@ static void FDK_QmfDomain_ClearConfigured(HANDLE_FDK_QMF_DOMAIN_GC hgc) {
|
||||
hgc->flags = 0;
|
||||
hgc->nInputChannels = 0;
|
||||
hgc->nOutputChannels = 0;
|
||||
hgc->parkChannel = 0;
|
||||
hgc->nBandsAnalysis = 0;
|
||||
hgc->nBandsSynthesis = 0;
|
||||
hgc->nQmfTimeSlots = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user