Commit 85ec7ad5 authored by vaclav's avatar vaclav
Browse files

fix

parent 19699f4f
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1867,15 +1867,13 @@ static ivas_error IVAS_DEC_Setup(
         * - reconfigure the decoder when the number of TC or IVAS total bitrate change
         *----------------------------------------------------------------*/

        IF( st_ivas->bfi == 0 )
        IF( EQ_16( st_ivas->bfi, 0 ) )
        {
            error = IVAS_ERR_OK; // this is just to help the clang-formatting keep alignments
            IF( ( error = ivas_dec_setup( st_ivas ) ) != IVAS_ERR_OK )
            {
                return error;
            }
#ifdef DEBUGGING
            (void) a; // this is just to help the clang-formatting keep alignments correct
#endif
        }

        *nTransportChannels = (UWord8) st_ivas->hTcBuffer->nchan_transport_jbm;