diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-25 17:16:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-25 17:16:55 +0000 |
commit | 700490a4d119aad0627821da025ac522a92cac5f (patch) | |
tree | ad15e39643c55c7e68f3709b96e05ebd72f65dbc /postproc/swscale-example.c | |
parent | 93d45466335db2e4a69155b5871d6aa5d6215907 (diff) | |
download | ffmpeg-700490a4d119aad0627821da025ac522a92cac5f.tar.gz |
remove remaining cpudetect dependancy
Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale-example.c')
-rw-r--r-- | postproc/swscale-example.c | 2 |
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); |