| 
    FFmpeg
    
   | 
 
Binary text decoder eXtended BINary text (XBIN) decoder iCEDraw File decoder. More...
#include "libavutil/intreadwrite.h"#include "libavutil/xga_font_data.h"#include "avcodec.h"#include "cga_data.h"#include "bintext.h"Go to the source code of this file.
Data Structures | |
| struct | XbinContext | 
Macros | |
| #define | DEFAULT_BG_COLOR 0 | 
| #define | FONT_WIDTH 8 | 
Functions | |
| static av_cold int | decode_init (AVCodecContext *avctx) | 
| static av_unused void | hscroll (AVCodecContext *avctx) | 
| static void | draw_char (AVCodecContext *avctx, int c, int a) | 
| Draw character to screen.   | |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | decode_end (AVCodecContext *avctx) | 
Binary text decoder eXtended BINary text (XBIN) decoder iCEDraw File decoder.
Definition in file bintext.c.
| #define FONT_WIDTH 8 | 
Definition at line 111 of file bintext.c.
Referenced by draw_char().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
 1.8.2