projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Increase alignment for DCT block arrays from 8 to 16
[ffmpeg.git]
/
libavcodec
/
wmv2.h
diff --git
a/libavcodec/wmv2.h
b/libavcodec/wmv2.h
index
2fd842e
..
9d43ec5
100644
(file)
--- a/
libavcodec/wmv2.h
+++ b/
libavcodec/wmv2.h
@@
-50,7
+50,7
@@
typedef struct Wmv2Context{
int hshift;
ScanTable abt_scantable[2];
int hshift;
ScanTable abt_scantable[2];
- DECLARE_ALIGNED_
8
(DCTELEM, abt_block2[6][64]);
+ DECLARE_ALIGNED_
16
(DCTELEM, abt_block2[6][64]);
}Wmv2Context;
void ff_wmv2_common_init(Wmv2Context * w);
}Wmv2Context;
void ff_wmv2_common_init(Wmv2Context * w);