#include"ivas_stat_dec.h" // VE2AT: needed for Decoder_Struct; what to do with this? Is this related to #156?
#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"common_api_types.h" // VE2AT: should it stay here? (in lib_enc, lib_dec, there is no such include)
#include"common_api_types.h"
#endif
@@ -49,15 +49,7 @@ typedef struct
{
floatazimuth;
floatelevation;
}IVAS_REND_AudioObjectPosition;// VE2AT: where should this go, into common_api_types.h, ...? Or should there be introduced public -> internal conversion?
}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