Add ff_vga16_font

Originally committed as revision 24295 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross 2010-07-18 07:42:15 +00:00
parent ff5f1be0fe
commit ddf9dc453f
2 changed files with 262 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
* CGA ROM data
* CGA/EGA/VGA ROM data
*
* This file is part of FFmpeg.
*
@ -24,6 +24,7 @@
#include <stdint.h>
extern const uint8_t ff_cga_font[2048];
extern const uint8_t ff_vga16_font[4096];
extern const uint32_t ff_cga_palette[16];
extern const uint32_t ff_ega_palette[64];