Commit 3c1d769c authored by Malenovsky, Vladimir's avatar Malenovsky, Vladimir
Browse files

small correction

parent 3c658e75
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ ivas_error get_channel_config(
    }
    else if ( config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED )
    {
        strcpy( str, "Binaural: Split-rendering mode with encoded output in an intermediate format" );
        strcpy( str, "Binaural: split-rendering mode with encoded output in an intermediate format" );
    }
    else if ( config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM )
    {