mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Unaligned memory access rcrash fix
Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f97931c122
commit
ff4b050ab4
@ -91,7 +91,7 @@ static const int16_t nelly_delta_table[32] = {
|
||||
|
||||
typedef struct NellyMoserDecodeContext {
|
||||
AVCodecContext* avctx;
|
||||
float float_buf[NELLY_SAMPLES];
|
||||
DECLARE_ALIGNED_16(float,float_buf[NELLY_SAMPLES]);
|
||||
float state[64];
|
||||
AVRandomState random_state;
|
||||
GetBitContext gb;
|
||||
|
Loading…
Reference in New Issue
Block a user