Loading lib_util/ivas_rtp_file.c +2 −1 Original line number Diff line number Diff line Loading @@ -782,7 +782,7 @@ ivas_error IVAS_RTP_WriteNextFrame( return error; } while ( rtp->nWrittenPiData-- > 0 ) while ( rtp->nWrittenPiData > 0 ) { PIDATA_TS *piDataTs = &rtp->piData[nProcPiData++]; if ( ( error = IVAS_RTP_PACK_PushPiData( rtp->hPack, (const IVAS_PIDATA_GENERIC *) &piDataTs->data ) ) != IVAS_ERR_OK ) Loading @@ -790,6 +790,7 @@ ivas_error IVAS_RTP_WriteNextFrame( fprintf( stderr, "\nError %s while pushing scene orientation\n", ivas_error_to_string( error ) ); return error; } rtp->nWrittenPiData--; } if ( forcePacket || IVAS_RTP_PACK_GetNumFrames( rtp->hPack ) == rtp->packCfg.maxFramesPerPacket ) Loading Loading
lib_util/ivas_rtp_file.c +2 −1 Original line number Diff line number Diff line Loading @@ -782,7 +782,7 @@ ivas_error IVAS_RTP_WriteNextFrame( return error; } while ( rtp->nWrittenPiData-- > 0 ) while ( rtp->nWrittenPiData > 0 ) { PIDATA_TS *piDataTs = &rtp->piData[nProcPiData++]; if ( ( error = IVAS_RTP_PACK_PushPiData( rtp->hPack, (const IVAS_PIDATA_GENERIC *) &piDataTs->data ) ) != IVAS_ERR_OK ) Loading @@ -790,6 +790,7 @@ ivas_error IVAS_RTP_WriteNextFrame( fprintf( stderr, "\nError %s while pushing scene orientation\n", ivas_error_to_string( error ) ); return error; } rtp->nWrittenPiData--; } if ( forcePacket || IVAS_RTP_PACK_GetNumFrames( rtp->hPack ) == rtp->packCfg.maxFramesPerPacket ) Loading