blob: 1ea1d0bea2005fd68df06424472ea26524df799a (
plain)
1
2
3
4
5
|
#define box_out_width 9
#define box_out_height 9
static unsigned char box_out_bits[] = {
0x0f, 0x00, 0x08, 0x00, 0x48, 0x00, 0x80, 0x00, 0xff, 0x01, 0x80, 0x00,
0x48, 0x00, 0x08, 0x00, 0x0f, 0x00 };
|