From cb1d5e03b53f15f83421edbc5283468e9950ccc8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 11 Mar 2016 17:53:35 -0800 Subject: [PATCH] GUAC-236: Increase default bitrate. --- src/guacenc/guacenc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guacenc/guacenc.h b/src/guacenc/guacenc.h index 68da005c..15f01553 100644 --- a/src/guacenc/guacenc.h +++ b/src/guacenc/guacenc.h @@ -56,7 +56,7 @@ * The desired bitrate of the output video, in bits per second, if no other * bitrate is given on the command line. */ -#define GUACENC_DEFAULT_BITRATE 400000 +#define GUACENC_DEFAULT_BITRATE 2000000 #endif