Commit 95a64278 authored by Jouni Paulus's avatar Jouni Paulus
Browse files

exclude object edit callback call from WMC_TOOL to allow instrumented builds

parent e7076c86
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1009,8 +1009,10 @@ ivas_error IVAS_DEC_GetSamples(
                        }
                    }

#define WMC_TOOL_SKIP
                    /* execute callback modifying the metadata */
                    hIvasDec->hObjectEditCallback( hIsmMetadata, hIvasDec->st_ivas->nchan_ism, mod_flag, &bed_gain );
#undef WMC_TOOL_SKIP

                    /* copy edited data from callback */
                    for ( ism_idx = 0; ism_idx < hIvasDec->st_ivas->nchan_ism; ism_idx++ )