KVIrc
4.9.2
DeveloperAPIs
|
#include <string.h>
#include <sys/time.h>
#include "KviMemory.h"
#include "KviOggTheoraDecoder.h"
#include "KviOggIrcText.h"
#include "KviDataBuffer.h"
Macros | |
#define | OC_CLAMP255(_x) ((unsigned char)((((_x) < 0) - 1) & ((_x) | -((_x) > 255)))) |
#define OC_CLAMP255 | ( | _x | ) | ((unsigned char)((((_x) < 0) - 1) & ((_x) | -((_x) > 255)))) |
Referenced by KviOggTheoraDecoder::video_write().