Commit ddf9dc45 authored by Peter Ross's avatar Peter Ross

Add ff_vga16_font

Originally committed as revision 24295 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ff5f1be0
This diff is collapsed.
/* /*
* CGA ROM data * CGA/EGA/VGA ROM data
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <stdint.h> #include <stdint.h>
extern const uint8_t ff_cga_font[2048]; 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_cga_palette[16];
extern const uint32_t ff_ega_palette[64]; extern const uint32_t ff_ega_palette[64];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment