Commit 2e7297a1 authored by vaclav's avatar vaclav
Browse files

initialize Qfact to 0

parent bd63091d
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1426,6 +1426,11 @@ ivas_error ivas_rend_initCrendWrapper(
    ( *pCrend )->binaural_latency_ns = 0;
    move32();
    ( *pCrend )->hHrtfCrend = NULL;
#ifdef FIX_911_REMOVE_CREND_DUPLICATION
    ( *pCrend )->io_qfactor = 0;
    move16();
    ( *pCrend )->p_io_qfactor = &( *pCrend )->io_qfactor;
#endif

#ifdef SPLIT_REND_WITH_HEAD_ROT
    FOR( pos_idx = 0; pos_idx < num_poses; pos_idx++ )