Move xGA font data from lavc to lavu.

This needs to be accessible for libavfilter in the next commit.
This commit is contained in:
Clément Bœsch
2012-09-22 09:56:33 +02:00
parent c39916bc2f
commit 81bbce9cf3
9 changed files with 467 additions and 402 deletions

View File

@@ -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];