1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Perform rate distortion optimization on frame images.

This commit is contained in:
Bartosz Taudul
2020-04-05 15:04:18 +02:00
parent b19d5731ac
commit f1f4f48c38
4 changed files with 149 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
enum { Patch = 9 };
enum { Patch = 10 };
}
}