summaryrefslogtreecommitdiffstats
path: root/video/filter/pullup.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-19 15:53:33 +0200
committerwm4 <wm4@nowhere>2014-04-19 17:10:20 +0200
commitd0ebecb1c4d2e70d65b91a596acfcffb0e4bc4b0 (patch)
tree050a9e4909e533e49c25475500e8c572ae98bc9f /video/filter/pullup.h
parentd55ed011abb0962eafcbe5977a18a0f1b0b61144 (diff)
downloadmpv-d0ebecb1c4d2e70d65b91a596acfcffb0e4bc4b0.tar.bz2
mpv-d0ebecb1c4d2e70d65b91a596acfcffb0e4bc4b0.tar.xz
vf_pullup: remove inline asm
No change in speed (or even slightly faster, though I tested with progressive solid color video only), and normally we use libavformat's vf_pullup anyway.
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;