Commit d0e91f7f authored by sagnowski's avatar sagnowski
Browse files

Remove leftover function declaration

parent 76763f88
Loading
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -212,17 +212,6 @@ ivas_error IVAS_DEC_EnableVoIP(
    const IVAS_DEC_INPUT_FORMAT inputFormat     /* i  : format of the input bitstream                                           */
);

/*! r: error code */
ivas_error IVAS_DEC_SetHeadrotation(
    IVAS_DEC_HANDLE hIvasDec,                   /* i/o: IVAS decoder handle                                                     */
    const float w,                              /* i  : w-coordinate of head rotation quaternion                                */
    const float x,                              /* i  : x-coordinate of head rotation quaternion                                */
    const float y,                              /* i  : y-coordinate of head rotation quaternion                                */
    const float z,                              /* i  : z-coordinate of head rotation quaternion                                */
    const uint16_t i                            /* i  : subframe index within current frame                                     */
);


#ifdef DEBUGGING
bool IVAS_DEC_GetBerDetectFlag(
    IVAS_DEC_HANDLE hIvasDec                    /* i  : IVAS decoder handle                                                     */