Commit fcaefcac authored by vaclav's avatar vaclav
Browse files

fix render framesize printout

parent e38ad83b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4077,7 +4077,7 @@ static ivas_error printConfigInfo_dec(

        if ( output_config == IVAS_AUDIO_CONFIG_BINAURAL || output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR || output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB || output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM )
        {
            fprintf( stdout, "Render number of subframes:       %dms\n", get_render_frame_size_ms( st_ivas->hDecoderConfig->render_num_subframes ) );
            fprintf( stdout, "Render frame size:      %d ms\n", get_render_frame_size_ms( st_ivas->hDecoderConfig->render_num_subframes ) );
        }
        if ( st_ivas->hDecoderConfig->Opt_HRTF_binary )
        {