summaryrefslogtreecommitdiffstats
path: root/video/filter/pullup.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/pullup.h')
-rw-r--r--video/filter/pullup.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/filter/pullup.h b/video/filter/pullup.h
index da94539e9a..8bf060f88d 100644
--- a/video/filter/pullup.h
+++ b/video/filter/pullup.h
@@ -19,11 +19,6 @@
#ifndef MPLAYER_PULLUP_H
#define MPLAYER_PULLUP_H
-#define PULLUP_CPU_MMX 1
-#define PULLUP_CPU_MMX2 2
-#define PULLUP_CPU_SSE 16
-#define PULLUP_CPU_SSE2 32
-
#define PULLUP_FMT_Y 1
#define PULLUP_FMT_YUY2 2
#define PULLUP_FMT_UYVY 3
@@ -65,7 +60,6 @@ struct pullup_context
int format;
int nplanes;
int *bpp, *w, *h, *stride, *background;
- unsigned int cpu;
int junk_left, junk_right, junk_top, junk_bottom;
int verbose;
int metric_plane;