From d0e91f7f21bc276d4b75ebd8161e14f6656c6659 Mon Sep 17 00:00:00 2001 From: Kacper Sagnowski Date: Mon, 27 Feb 2023 17:21:26 +0100 Subject: [PATCH] Remove leftover function declaration --- lib_dec/lib_dec.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib_dec/lib_dec.h b/lib_dec/lib_dec.h index 0de964b15c..d107995ffe 100644 --- a/lib_dec/lib_dec.h +++ b/lib_dec/lib_dec.h @@ -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 */ -- GitLab