Commit 9ffbdcc7 authored by Malenovsky, Vladimir's avatar Malenovsky, Vladimir
Browse files

remove "raw"

parent 5fc8cc79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -552,11 +552,11 @@ ivas_error get_channel_config(
    }
    else if ( config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED )
    {
        strcpy( str, "Binaural: split-rendering mode using coded data" );
        strcpy( str, "Binaural: split-rendering mode using encoded data" );
    }
    else if ( config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM )
    {
        strcpy( str, "Binaural: split-rendering mode using raw PCM data" );
        strcpy( str, "Binaural: split-rendering mode using PCM data" );
    }
    else if ( config == IVAS_AUDIO_CONFIG_EXTERNAL )
    {