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.
This commit is contained in:
narspt 2022-07-23 22:56:17 +01:00 committed by GitHub
parent aca0e5fba3
commit f9a46808a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,8 +59,6 @@
// Transcoder server -------------------------------------------- // Transcoder server --------------------------------------------
#define TRANSCODER_PORT 10100 // UDP port #define TRANSCODER_PORT 10100 // UDP port
#define TRANSCODER_KEEPALIVE_PERIOD 5 // in seconds
#define TRANSCODER_KEEPALIVE_TIMEOUT 30 // in seconds
// Codecs ------------------------------------------------------- // Codecs -------------------------------------------------------
#define CODEC_NONE 0 #define CODEC_NONE 0