mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
alignment 10l
Originally committed as revision 2373 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8470540344
commit
7674347b64
@ -57,7 +57,7 @@ typedef struct HYuvContext{
|
||||
int flags;
|
||||
int picture_number;
|
||||
int last_slice_end;
|
||||
uint8_t __align8 temp[3][2500];
|
||||
uint8_t __align8 temp[3][2560];
|
||||
uint64_t stats[3][256];
|
||||
uint8_t len[3][256];
|
||||
uint32_t bits[3][256];
|
||||
|
Loading…
Reference in New Issue
Block a user