Commit 863bda41 authored by hsd's avatar hsd
Browse files

update printout & fix return error code

parent d0daedbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1212,7 +1212,7 @@ ivas_error isar_framesize_to_ms(
            *ms = 20;
            break;
        default:
            return IVAS_ERROR( IVAS_ERR_OK, "Unsupported IVAS frame size" );
            return IVAS_ERROR( IVAS_ERR_INTERNAL, "Unsupported ISAR frame size" );
    }

    return IVAS_ERR_OK;