| FFmpeg
    4.0
    | 
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"#include "internal.h"Go to the source code of this file.
| Data Structures | |
| struct | XbinContext | 
| Macros | |
| #define | FONT_WIDTH 8 | 
| #define | DEFAULT_BG_COLOR 0 | 
| 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.  More... | |
| 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 38 of file bintext.c.
Referenced by decode_init(), and draw_char().
| 
 | static | 
Definition at line 49 of file bintext.c.
Referenced by decode_end().
| 
 | static | 
| 
 | static | 
| 
 | static | 
Definition at line 139 of file bintext.c.
Referenced by decode_end().
| 
 | static | 
 1.8.13
 1.8.13