mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 08:40:28 +00:00
LDGM: corrected expected JPEG sizes
This commit is contained in:
@@ -102,9 +102,9 @@ loss_t losses[] = {
|
||||
PCT10,
|
||||
};
|
||||
|
||||
#define JPEG60_SIZE (217 * 1000)
|
||||
#define JPEG60_SIZE (144 * 1000)
|
||||
#define JPEG80_SIZE (177 * 1000)
|
||||
#define JPEG90_SIZE (144 * 1000)
|
||||
#define JPEG90_SIZE (217 * 1000)
|
||||
|
||||
#define UNCOMPRESSED_SIZE (1920 * 1080 * 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user