Loading lib_dec/lib_dec.c +4 −4 Original line number Diff line number Diff line Loading @@ -6035,7 +6035,7 @@ ivas_error IVAS_DEC_is_split_rendering_coded_out( static ivas_error feedSinglePIorientation( IVAS_DEC_HANDLE hIvasDec, /* i/o: IVAS decoder handle */ bool isOrientationSaved, /* i : flag to indicate if an orientation for this PI type was previously saved */ const bool isOrientationSaved, /* i : flag to indicate if an orientation for this PI type was previously saved */ IVAS_QUATERNION *savedOrientation /* i : previously saved orientation for this PI type */ ) { Loading Loading @@ -6128,7 +6128,7 @@ ivas_error IVAS_DEC_FeedPiDataToDecoder( const uint32_t numPiData /* i : number of PI data received in rtp packet */ ) { uint16_t i; uint32_t i; Decoder_Struct *st_ivas; ivas_error error = IVAS_ERR_OK; Loading Loading
lib_dec/lib_dec.c +4 −4 Original line number Diff line number Diff line Loading @@ -6035,7 +6035,7 @@ ivas_error IVAS_DEC_is_split_rendering_coded_out( static ivas_error feedSinglePIorientation( IVAS_DEC_HANDLE hIvasDec, /* i/o: IVAS decoder handle */ bool isOrientationSaved, /* i : flag to indicate if an orientation for this PI type was previously saved */ const bool isOrientationSaved, /* i : flag to indicate if an orientation for this PI type was previously saved */ IVAS_QUATERNION *savedOrientation /* i : previously saved orientation for this PI type */ ) { Loading Loading @@ -6128,7 +6128,7 @@ ivas_error IVAS_DEC_FeedPiDataToDecoder( const uint32_t numPiData /* i : number of PI data received in rtp packet */ ) { uint16_t i; uint32_t i; Decoder_Struct *st_ivas; ivas_error error = IVAS_ERR_OK; Loading