Commit cde200bf authored by vaclav's avatar vaclav
Browse files

clang-format

parent ad2c6ddc
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -414,12 +414,12 @@ ivas_error ivas_core_enc(
        /*---------------------------------------------------------------------*
         * Common updates
         *---------------------------------------------------------------------*/

#ifdef MC_BITRATE_SWITCHING
        /* for MCT do this later, otherwise there can be a problem because TCX quant happens later and might get the wrong last_core on a bit rate switch */
#ifndef REMOVE_ETOT_PROPAGATION
        st->hNoiseEst->Etot_last = Etot[n];
#endif
        if ( !MCT_flag )
        if ( !MCT_flag ) /* for MCT do this later, otherwise there can be a problem because TCX quant happens later and might get the wrong last_core on a bit rate switch */
        {
            updt_enc_common( st );
        }
+10 −10

File changed.

Contains only whitespace changes.