mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
67e09de085
Load the setting's cameria preview opengl context lazily and destroy it when done. Only preallocte Core's video buffer if we have any calls active, free up when all calls are done
14 lines
290 B
C
14 lines
290 B
C
#ifndef COREDEFINES_H
|
|
#define COREDEFINES_H
|
|
|
|
#define TOXAV_MAX_CALLS 16
|
|
#define GROUPCHAT_MAX_SIZE 32
|
|
#define TOX_FILE_INTERVAL 1
|
|
#define TOXAV_RINGING_TIME 45
|
|
|
|
// TODO: Put that in the settings
|
|
#define TOXAV_MAX_VIDEO_WIDTH 1280
|
|
#define TOXAV_MAX_VIDEO_HEIGHT 720
|
|
|
|
#endif // COREDEFINES_H
|