Loading lib_rend/lib_rend.c +2 −2 Original line number Diff line number Diff line Loading @@ -8330,12 +8330,12 @@ ivas_error IVAS_REND_SetTotalNumberOfObjects( /*---------------------------------------------------------------------* * IVAS_REND_SetIsmMetadataDelay( ) * * Set the total number of objects to the first object data * Set the Metadata Delay in ms in order to sync with audio delay *---------------------------------------------------------------------*/ ivas_error IVAS_REND_SetIsmMetadataDelay( IVAS_REND_HANDLE hIvasRend, /* i/o: IVAS renderer handle */ const uint16_t sync_md_delay /* i: total number of objects */ const uint16_t sync_md_delay /* i: Ism Metadata Delay in ms to sync with audio delay */ ) { if ( hIvasRend == NULL ) Loading lib_rend/lib_rend.h +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ ivas_error IVAS_REND_SetTotalNumberOfObjects( #ifdef FIX_488_SYNC_DELAY ivas_error IVAS_REND_SetIsmMetadataDelay( IVAS_REND_HANDLE hIvasRend, /* i/o: IVAS renderer handle */ const uint16_t sync_md_delay /* i: Metadata Delay in subframes to sync with audio delay */ const uint16_t sync_md_delay /* i: Metadata Delay in ms to sync with audio delay */ ); #endif Loading Loading
lib_rend/lib_rend.c +2 −2 Original line number Diff line number Diff line Loading @@ -8330,12 +8330,12 @@ ivas_error IVAS_REND_SetTotalNumberOfObjects( /*---------------------------------------------------------------------* * IVAS_REND_SetIsmMetadataDelay( ) * * Set the total number of objects to the first object data * Set the Metadata Delay in ms in order to sync with audio delay *---------------------------------------------------------------------*/ ivas_error IVAS_REND_SetIsmMetadataDelay( IVAS_REND_HANDLE hIvasRend, /* i/o: IVAS renderer handle */ const uint16_t sync_md_delay /* i: total number of objects */ const uint16_t sync_md_delay /* i: Ism Metadata Delay in ms to sync with audio delay */ ) { if ( hIvasRend == NULL ) Loading
lib_rend/lib_rend.h +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ ivas_error IVAS_REND_SetTotalNumberOfObjects( #ifdef FIX_488_SYNC_DELAY ivas_error IVAS_REND_SetIsmMetadataDelay( IVAS_REND_HANDLE hIvasRend, /* i/o: IVAS renderer handle */ const uint16_t sync_md_delay /* i: Metadata Delay in subframes to sync with audio delay */ const uint16_t sync_md_delay /* i: Metadata Delay in ms to sync with audio delay */ ); #endif Loading