git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8b891b
)
dirac: enable ff_spatial_idwt_init_mmx()
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 30 Oct 2011 22:29:08 +0000
(23:29 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 30 Oct 2011 22:29:08 +0000
(23:29 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/dwt.c
patch
|
blob
|
history
diff --git
a/libavcodec/dwt.c
b/libavcodec/dwt.c
index
fa56906
..
55ef8e3
100644
(file)
--- a/
libavcodec/dwt.c
+++ b/
libavcodec/dwt.c
@@
-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;
}