Loading lib_dec/lib_dec.h +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,10 @@ #include "common_api_types.h" #include <stdbool.h> #include "typedef.h" #ifdef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT #include "ivas_rtp_pi_data.h" #endif /*---------------------------------------------------------------------* * Decoder enums Loading Loading @@ -526,7 +530,9 @@ void IVAS_DEC_PrintDisclaimer( ); #ifdef IVAS_RTPDUMP #ifndef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT #include "ivas_rtp_pi_data.h" #endif ivas_error IVAS_RTP_FeedPiDataToDecoder( IVAS_DEC_HANDLE hIvasDec, PIDATA_TS *piData, UWord32 numPiData ); #endif Loading Loading
lib_dec/lib_dec.h +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,10 @@ #include "common_api_types.h" #include <stdbool.h> #include "typedef.h" #ifdef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT #include "ivas_rtp_pi_data.h" #endif /*---------------------------------------------------------------------* * Decoder enums Loading Loading @@ -526,7 +530,9 @@ void IVAS_DEC_PrintDisclaimer( ); #ifdef IVAS_RTPDUMP #ifndef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT #include "ivas_rtp_pi_data.h" #endif ivas_error IVAS_RTP_FeedPiDataToDecoder( IVAS_DEC_HANDLE hIvasDec, PIDATA_TS *piData, UWord32 numPiData ); #endif Loading