diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-22 09:56:33 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-10-01 22:24:17 +0200 |
commit | 81bbce9cf304c93f325b0672b51d65a282c6581f (patch) | |
tree | b02cef181739806e4eeb15e872ad85cc1e3f36e7 /libavcodec/cga_data.h | |
parent | c39916bc2f43eed86f9822b7d6802b8a4f2a86c8 (diff) | |
download | ffmpeg-81bbce9cf304c93f325b0672b51d65a282c6581f.tar.gz |
Move xGA font data from lavc to lavu.
This needs to be accessible for libavfilter in the next commit.
Diffstat (limited to 'libavcodec/cga_data.h')
-rw-r--r-- | libavcodec/cga_data.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/cga_data.h b/libavcodec/cga_data.h index 998dccaefb..3f5281a264 100644 --- a/libavcodec/cga_data.h +++ b/libavcodec/cga_data.h @@ -21,6 +21,7 @@ /** * @file * CGA/EGA/VGA ROM data + * @note fonts are in libavutil/xga_font_data.[ch] */ #ifndef AVCODEC_CGA_DATA_H @@ -28,8 +29,6 @@ #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]; |