summaryrefslogtreecommitdiffstats
path: root/postproc/swscale-example.c
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-25 17:16:55 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-25 17:16:55 +0000
commitacf20201dbb99020c694c0d4edd31ddc7e17c44b (patch)
tree4bdac2f567868da20e4cbda19a98519a95623ab9 /postproc/swscale-example.c
parentc186b34afa6cd610da1fe555de8faf52125b2be8 (diff)
downloadmpv-acf20201dbb99020c694c0d4edd31ddc7e17c44b.tar.bz2
mpv-acf20201dbb99020c694c0d4edd31ddc7e17c44b.tar.xz
remove remaining cpudetect dependancy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9988 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale-example.c')
-rw-r--r--postproc/swscale-example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale-example.c b/postproc/swscale-example.c
index 58c43758cb..331df73b4e 100644
--- a/postproc/swscale-example.c
+++ b/postproc/swscale-example.c
@@ -194,7 +194,7 @@ int main(int argc, char **argv){
rgb_data[ x + y*4*W]= random();
}
}
-
+ sws_rgb2rgb_init(SWS_CPU_CAPS_MMX*0);
sws_scale(sws, rgb_src, rgb_stride, 0, H , src, stride);
asm volatile ("emms\n\t");
selfTest(src, stride, W, H);