Commit fd09e35e authored by vaclav's avatar vaclav
Browse files

remove/update comments

parent fceb96f4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4470,8 +4470,7 @@ void ivas_spar_param_to_masa_param_mapping(
 *----------------------------------------------------------------------------------*/


// VE2AT: this function is used in lib_rend at one place - the function ivas_rend_initEfap() is however not used; where is its best place?
// VE2AT: possibly rename it
// note: will be rmeoved with !421
IVAS_REND_AudioConfig getRendAudioConfigFromIvasAudioConfig(
    AUDIO_CONFIG config 
);  
+1 −2
Original line number Diff line number Diff line
@@ -1032,8 +1032,7 @@ typedef struct ivas_lfe_dec_data_structure
} LFE_DEC_DATA, *LFE_DEC_HANDLE;


// VE2AT: the following structures are used only in lib_dec; is it expected?
// AT2VE: at the moment yes, I anticipate we will need to move them out in the future.
// Note: the following structures are used only in lib_dec but this would likely change in the future
/*----------------------------------------------------------------------------------*
 * VBAP structures
 *----------------------------------------------------------------------------------*/
+0 −2
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@
#endif
#include "wmc_auto.h"

// VE2AT: dependency on "IVAS_REND_AudioObjectPosition" needs to be solved in this file


/*---------------------------------------------------------------------*
 * Local function prototypes
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
#else
#include "lib_rend.h"
#endif
#include "ivas_stat_dec.h" // VE2AT: needed for Decoder_Struct; what to do with this? Is this related to #156? AT2VE: Yes, need to keep until #156 is resolved.
#include "ivas_stat_dec.h" // Note: needed until #156 is resolved

/* clang-format off */

+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ typedef struct
{
    float azimuth;
    float elevation;
} IVAS_REND_AudioObjectPosition; // VE2AT: where should this go, into common_api_types.h, ...? Or should there be introduced public -> internal conversion? AT2VE: will be moved back in !421
} IVAS_REND_AudioObjectPosition; // Note: will be moved back in !421

typedef struct
{
Loading