Commit 3a61bd18 authored by michael's avatar michael

alignment 10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 19ba572b
...@@ -57,7 +57,7 @@ typedef struct HYuvContext{ ...@@ -57,7 +57,7 @@ typedef struct HYuvContext{
int flags; int flags;
int picture_number; int picture_number;
int last_slice_end; int last_slice_end;
uint8_t __align8 temp[3][2500]; uint8_t __align8 temp[3][2560];
uint64_t stats[3][256]; uint64_t stats[3][256];
uint8_t len[3][256]; uint8_t len[3][256];
uint32_t bits[3][256]; uint32_t bits[3][256];
......
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