KVIrc  4.9.2
DeveloperAPIs
Macros
KviOggTheoraDecoder.cpp File Reference
#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))))
 

Macro Definition Documentation

#define OC_CLAMP255 (   _x)    ((unsigned char)((((_x) < 0) - 1) & ((_x) | -((_x) > 255))))