Loading lib_dec/lib_dec.c +2 −3 Original line number Diff line number Diff line Loading @@ -830,7 +830,7 @@ ivas_error IVAS_DEC_FeedFrame_Serial( uint16_t *serial, /* i : buffer containing serial input bitstream. Each bit should be stored as a single uint16_t value */ const uint16_t num_bits, /* i : number of bits in input bitstream */ int16_t bfi /* i : bad frame indicator flag */ #if defined( OBJ_EDITING_API ) #ifdef OBJ_EDITING_API , int16_t isSplitRend, ISAR_SPLIT_REND_BITS_DATA *splitRendBits Loading Loading @@ -1623,11 +1623,10 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream( #ifdef OBJ_EDITING_API if ( *needNewFrame ) #endif { free( st_ivas->hSplitBinRend->hMultiBinCldfbData ); } #endif return error; } Loading Loading
lib_dec/lib_dec.c +2 −3 Original line number Diff line number Diff line Loading @@ -830,7 +830,7 @@ ivas_error IVAS_DEC_FeedFrame_Serial( uint16_t *serial, /* i : buffer containing serial input bitstream. Each bit should be stored as a single uint16_t value */ const uint16_t num_bits, /* i : number of bits in input bitstream */ int16_t bfi /* i : bad frame indicator flag */ #if defined( OBJ_EDITING_API ) #ifdef OBJ_EDITING_API , int16_t isSplitRend, ISAR_SPLIT_REND_BITS_DATA *splitRendBits Loading Loading @@ -1623,11 +1623,10 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream( #ifdef OBJ_EDITING_API if ( *needNewFrame ) #endif { free( st_ivas->hSplitBinRend->hMultiBinCldfbData ); } #endif return error; } Loading