summaryrefslogtreecommitdiff
path: root/libavcodec/cga_data.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2010-07-18 07:42:15 +0000
committerPeter Ross <pross@xvid.org>2010-07-18 07:42:15 +0000
commitddf9dc453fcbbf2f338e7db72718f6549447df6f (patch)
tree1a54342804938f5907d18306a40555aa37dfb9ff /libavcodec/cga_data.h
parentff5f1be0fe7301f0090d22725b4c0e09e6546d25 (diff)
Add ff_vga16_font
Originally committed as revision 24295 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cga_data.h')
-rw-r--r--libavcodec/cga_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/cga_data.h b/libavcodec/cga_data.h
index 09aaaa57a1..68abc0c072 100644
--- a/libavcodec/cga_data.h
+++ b/libavcodec/cga_data.h
@@ -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];