git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
speedhq: Align blocks variable properly.
[ffmpeg.git]
/
libavcodec
/
speedhq.c
diff --git
a/libavcodec/speedhq.c
b/libavcodec/speedhq.c
index
9c21c0b
..
7ccb2c3
100644
(file)
--- a/
libavcodec/speedhq.c
+++ b/
libavcodec/speedhq.c
@@
-224,7
+224,7
@@
static inline int decode_dct_block(const SHQContext *s, GetBitContext *gb, int l
{
const int *quant_matrix = s->quant_matrix;
const uint8_t *scantable = s->intra_scantable.permutated;
{
const int *quant_matrix = s->quant_matrix;
const uint8_t *scantable = s->intra_scantable.permutated;
-
int16_t block[64]
;
+
LOCAL_ALIGNED_16(int16_t, block, [64])
;
int dc_offset;
s->bdsp.clear_block(block);
int dc_offset;
s->bdsp.clear_block(block);