mirror of
https://github.com/mpv-player/mpv
synced 2025-02-14 19:07:14 +00:00
another 10l ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
433db533a9
commit
222baf576e
@ -433,10 +433,12 @@ static int open(vf_instance_t *vf, char* args){
|
||||
|
||||
vf->priv->avctx= avcodec_alloc_context();
|
||||
dsputil_init(&vf->priv->dsp, vf->priv->avctx);
|
||||
#ifdef HAVE_MMX
|
||||
if(gCpuCaps.hasMMX){
|
||||
store_slice= store_slice_mmx;
|
||||
requantize= requantize_mmx;
|
||||
}
|
||||
#endif
|
||||
|
||||
vf->priv->log2_count= 6;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user