Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ #define FIX_673_OMASA_OBJ_MD_SYNC /* Nokia: Fix issue 673 by updating metadata in the third subframe to account for audio delay. */ #define PARAMUPMIX_BINAURAL_UPDATES /* Dlb : issue 652, MC ParamUpmix Binaural Updates */ #define FIX_657_REMOVE_EDITING /* Nokia: Remove remaining unused coded related to object editing */ #define FIX_634_MASA_JBM_UNUSED_PARAMETER /* Nokia: Fix issue 634 by removing the unnecessary argument. */ Loading lib_dec/ivas_objectRenderer_internal.c +0 −4 Original line number Diff line number Diff line Loading @@ -116,11 +116,7 @@ ivas_error ivas_td_binaural_renderer( #ifdef MASA_AND_OBJECTS if ( st_ivas->ivas_format == MASA_ISM_FORMAT ) { #ifdef FIX_673_OMASA_OBJ_MD_SYNC ism_md_subframe_update = 2; #else ism_md_subframe_update = 0; // ToDo (for Mikko-Ville): verify whether it should not be 2 #endif } #endif Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ #define FIX_673_OMASA_OBJ_MD_SYNC /* Nokia: Fix issue 673 by updating metadata in the third subframe to account for audio delay. */ #define PARAMUPMIX_BINAURAL_UPDATES /* Dlb : issue 652, MC ParamUpmix Binaural Updates */ #define FIX_657_REMOVE_EDITING /* Nokia: Remove remaining unused coded related to object editing */ #define FIX_634_MASA_JBM_UNUSED_PARAMETER /* Nokia: Fix issue 634 by removing the unnecessary argument. */ Loading
lib_dec/ivas_objectRenderer_internal.c +0 −4 Original line number Diff line number Diff line Loading @@ -116,11 +116,7 @@ ivas_error ivas_td_binaural_renderer( #ifdef MASA_AND_OBJECTS if ( st_ivas->ivas_format == MASA_ISM_FORMAT ) { #ifdef FIX_673_OMASA_OBJ_MD_SYNC ism_md_subframe_update = 2; #else ism_md_subframe_update = 0; // ToDo (for Mikko-Ville): verify whether it should not be 2 #endif } #endif Loading