Commit 9d33bfd1 authored by Sumeyra Demir Kanik's avatar Sumeyra Demir Kanik
Browse files

Corrected the comments

parent f6ea4bec
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 )
+1 −1
Original line number Diff line number Diff line
@@ -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