summaryrefslogtreecommitdiff
path: root/src/libspucc
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-05-23 23:43:00 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-05-23 23:43:00 +0200
commit37f4983b76f90efb4e5715f3eca693daf668310a (patch)
tree0b374d0f89f92d31191dc75b43ff35c2d2e5712a /src/libspucc
parent157f5234c463abe1b23a2f86dd182f40f99020fe (diff)
downloadxine-lib-37f4983b76f90efb4e5715f3eca693daf668310a.tar.gz
xine-lib-37f4983b76f90efb4e5715f3eca693daf668310a.tar.bz2
Remove MIN/MAX macro definitions on unit.
Now that the macro are either imported from the system or defined by configure. don't define them in every source file.
Diffstat (limited to 'src/libspucc')
-rw-r--r--src/libspucc/cc_decoder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libspucc/cc_decoder.c b/src/libspucc/cc_decoder.c
index 1452a87ad..67767c61a 100644
--- a/src/libspucc/cc_decoder.c
+++ b/src/libspucc/cc_decoder.c
@@ -216,8 +216,6 @@ static const uint8_t *const cc_alpha_palettes[NUM_CC_PALETTES] = {
#define TRANSP_SPACE 0x19 /* code for transparent space, essentially
arbitrary */
-#define MAX(a, b) ((a) > (b)? (a) : (b))
-
/* mapping from PAC row code to actual CC row */
static const int rowdata[] = {10, -1, 0, 1, 2, 3, 11, 12, 13, 14, 4, 5, 6,
7, 8, 9};