]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cga_data.h
Merge commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2'
[ffmpeg] / libavcodec / cga_data.h
index 998dccaefb540608287f8cf5f77bf1162ad0763f..3f5281a264a3919b82a7cf79b2ff1ef751465dae 100644 (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];