This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
dirac: enable ff_spatial_idwt_init_mmx()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
e8b891b7f0
commit
0bc5677e98
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/dwt.c
+ 1
- 1
libavcodec/dwt.c
View File
@@ -1348,7 +1348,7 @@ int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height
return -1;
}
/////MMX_DISABLE
if (HAVE_MMX) ff_spatial_idwt_init_mmx(d, type);
if (HAVE_MMX) ff_spatial_idwt_init_mmx(d, type);
return 0;
}
Write
Preview
Loading…
Cancel
Save