Commit 8132e633 authored by vaclav's avatar vaclav
Browse files

clang-format

parent 5970ca8d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -185,7 +185,8 @@ static ivas_error ivas_ism_bitrate_switching_dec_fx(
#endif
        }
        /* JBM: when granularity goes up set samples to discard at the beginning of the frame */
        ELSE IF( GT_16( tc_granularity_new, st_ivas->hTcBuffer->n_samples_granularity ) )
        ELSE
        IF( GT_16( tc_granularity_new, st_ivas->hTcBuffer->n_samples_granularity ) )
        {
            IF( NE_32( ( error = ivas_jbm_dec_set_discard_samples( st_ivas ) ), IVAS_ERR_OK ) )
            {
+1 −1

File changed.

Contains only whitespace changes.