From fd42eb6dec2d911a8480d7b30625b27aeb34ce6c Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Fri, 6 May 2005 04:19:17 +0000 Subject: syncing to FFmpeg libavcodec build 4754 CVS patchset: 7522 CVS date: 2005/05/06 04:19:17 --- src/libffmpeg/libavcodec/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libffmpeg/libavcodec/common.h') diff --git a/src/libffmpeg/libavcodec/common.h b/src/libffmpeg/libavcodec/common.h index b9e89be46..9feb68e1f 100644 --- a/src/libffmpeg/libavcodec/common.h +++ b/src/libffmpeg/libavcodec/common.h @@ -508,8 +508,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 -- cgit v1.2.3