GUAC-236: Increase default bitrate.

This commit is contained in:
Michael Jumper 2016-03-11 17:53:35 -08:00
parent 0f467a5d51
commit cb1d5e03b5

View File

@ -56,7 +56,7 @@
* The desired bitrate of the output video, in bits per second, if no other * The desired bitrate of the output video, in bits per second, if no other
* bitrate is given on the command line. * bitrate is given on the command line.
*/ */
#define GUACENC_DEFAULT_BITRATE 400000 #define GUACENC_DEFAULT_BITRATE 2000000
#endif #endif