Commit 7b98efe1 authored by vaclav's avatar vaclav
Browse files

comments

parent b5724429
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
   the United Nations Convention on Contracts on the International Sales of Goods.

*******************************************************************************************************/
// VE2AT: this file functions are called from lib_dec only; is it expected?
// VE2AT: this file functions are called from lib_dec only; is it expected, or binary HRTF support in Ext renderer will be done later?
#include <stdint.h>
#include "options.h"
#include "prot.h"
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
   the United Nations Convention on Contracts on the International Sales of Goods.

*******************************************************************************************************/
// VE2AT: this file functions are called from lib_dec only; is it expected?
// VE2AT: this file functions are called from lib_dec only; is it expected, or it will be implemented for Ext renderer later?
#include <stdint.h>
#include "options.h"
#include "ivas_prot.h"
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@
#endif
#include "wmc_auto.h"

//VE2AT: dependency on "IVAS_REND_AudioObjectPosition" needs to be solved in this file; Could common_api_types.h be included here while "IVAS_REND_AudioObjectPosition" is part of it?


/*---------------------------------------------------------------------*
 * 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?
#include "ivas_stat_dec.h" // VE2AT: needed for Decoder_Struct; what to do with this? Is this related to #156?

/* clang-format off */

+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ typedef struct
{
    float azimuth;
    float elevation;
} IVAS_REND_AudioObjectPosition; // VE2AT: where should this go, into lib_rend.h, common_api_types.h, ...? should 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?


//typedef struct IVAS_REND *IVAS_REND_HANDLE;