]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/common.h
Ministry of English Composition, reporting for duty (and the word is "skipped", not...
[ffmpeg] / libavcodec / common.h
index 4d72d88500db2298fe5f3c63f9ad818581c9826d..5a47c4a3c84b4e4c985bb72e4c85f6ec2291823f 100644 (file)
@@ -501,8 +501,6 @@ tend= rdtsc();\
 #define STOP_TIMER(id) {}
 #endif
 
-#define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d)
-
 /* avoid usage of various functions */
 #define malloc please_use_av_malloc
 #define free please_use_av_free