From 16b2d6e514d8cbf583d386e3612474cafc05f318 Mon Sep 17 00:00:00 2001 From: z3bra Date: Wed, 2 Nov 2016 08:53:46 +0100 Subject: Get rid of old ToxAvCSettings and use constants instead --- config.def.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2fb9b16..74589ed 100644 --- a/config.def.h +++ b/config.def.h @@ -11,10 +11,15 @@ /* Audio settings definition */ #define AUDIOCHANNELS 1 -#define AUDIOBITRATE 32 +#define AUDIOBITRATE 32000 #define AUDIOFRAME 20 #define AUDIOSAMPLERATE 48000 +/* Video settings definition */ +#define VIDEOWIDTH 1280 +#define VIDEOHEIGHT 720 +#define VIDEOBITRATE 2500 + static char *savefile = ".ratox.tox"; static int encryptsavefile = 0; -- cgit v1.2.3