KVIrc 5.2.6
Developer APIs
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)
 

Macro Definition Documentation

◆ OC_CLAMP255

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

Referenced by KviOggTheoraDecoder::video_write().