From f9a46808a3593b04784f11cb2e069fcfb4039a49 Mon Sep 17 00:00:00 2001 From: narspt Date: Sat, 23 Jul 2022 22:56:17 +0100 Subject: [PATCH] remove unused constants on ambed main.h these are only used on xlxd and ambedtest, not at ambed... they may just confuse users trying to tweak something that does nothing. --- ambed/main.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ambed/main.h b/ambed/main.h index 364bb93..118dcfb 100644 --- a/ambed/main.h +++ b/ambed/main.h @@ -59,8 +59,6 @@ // Transcoder server -------------------------------------------- #define TRANSCODER_PORT 10100 // UDP port -#define TRANSCODER_KEEPALIVE_PERIOD 5 // in seconds -#define TRANSCODER_KEEPALIVE_TIMEOUT 30 // in seconds // Codecs ------------------------------------------------------- #define CODEC_NONE 0