From cc3e414aa2bda5260a5d931a40849e403cd70fa2 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 26 Jun 2013 13:55:38 +0200 Subject: [PATCH] LDGM: corrected expected JPEG sizes --- src/rtp/ldgm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rtp/ldgm.cpp b/src/rtp/ldgm.cpp index accff6999..5534f05f6 100644 --- a/src/rtp/ldgm.cpp +++ b/src/rtp/ldgm.cpp @@ -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)