-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: High FPS videos replay is in time. BUGFIX: Change of the framerate is correctly reflected in the timestamps and the replay speed.
- Loading branch information
1 parent
f630ab8
commit c9ea1b3
Showing
8 changed files
with
83 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
<?define SupportPhone = "[email protected]"?> | ||
<?define InstallDescription = "Video analysis for science education."?> | ||
<?define UpgradeGuid = "{4830D7E5-685D-4637-B1BD-9A347BB911CF}"?> | ||
<?define ProductVersion="6.1.0" ?> | ||
<?define ProductVersion="6.2.1" ?> | ||
|
||
<?if $(var.Platform) = x64 ?> | ||
<?define ProductName = "Viana.NET 6.1" ?> | ||
<?define ProductName = "Viana.NET" ?> | ||
<?define Win64 = "yes" ?> | ||
<?define PlatformName = "x64"?> | ||
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?> | ||
<?else ?> | ||
<?define ProductName = "Viana.NET 6.1" ?> | ||
<?define ProductName = "Viana.NET" ?> | ||
<?define Win64 = "no" ?> | ||
<?define PlatformName = "x86"?> | ||
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters