Commit b564d37c authored by banan's avatar banan

Unaligned memory access rcrash fix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1cf73740
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment