Commit 2b99bd7b authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_673_OMASA_OBJ_MD_SYNC

parent 044f5ee8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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. */
+0 −4
Original line number Diff line number Diff line
@@ -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