Commit 0005f661 authored by vaclav's avatar vaclav
Browse files

clang-format

parent 990251f6
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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                            */
)
{
@@ -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;