comparison huffyuv.c @ 1528:ca634e47065c libavcodec

alignment 10l
author michael
date Mon, 13 Oct 2003 18:17:58 +0000
parents 8ffd0c00e6df
children cb523a2ca00f
comparison
equal deleted inserted replaced
1527:8ffd0c00e6df 1528:ca634e47065c
55 int bgr32; //use bgr32 instead of bgr24 55 int bgr32; //use bgr32 instead of bgr24
56 int width, height; 56 int width, height;
57 int flags; 57 int flags;
58 int picture_number; 58 int picture_number;
59 int last_slice_end; 59 int last_slice_end;
60 uint8_t __align8 temp[3][2500]; 60 uint8_t __align8 temp[3][2560];
61 uint64_t stats[3][256]; 61 uint64_t stats[3][256];
62 uint8_t len[3][256]; 62 uint8_t len[3][256];
63 uint32_t bits[3][256]; 63 uint32_t bits[3][256];
64 VLC vlc[3]; 64 VLC vlc[3];
65 AVFrame picture; 65 AVFrame picture;