mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
8 lines
167 B
C
8 lines
167 B
C
|
extern const struct {
|
||
|
unsigned int width;
|
||
|
unsigned int height;
|
||
|
unsigned int bytes_per_pixel;
|
||
|
unsigned int rle_size;
|
||
|
unsigned char rle_pixel [49725];
|
||
|
} the_font ;
|