FFmpeg
Data Structures | Macros | Functions
bintext.c File Reference
#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)
 

Detailed Description

Binary text decoder eXtended BINary text (XBIN) decoder iCEDraw File decoder

Definition in file bintext.c.

Macro Definition Documentation

◆ FONT_WIDTH

#define FONT_WIDTH   8

Definition at line 38 of file bintext.c.

◆ DEFAULT_BG_COLOR

#define DEFAULT_BG_COLOR   0

Definition at line 108 of file bintext.c.

Function Documentation

◆ decode_init()

static av_cold int decode_init ( AVCodecContext avctx)
static

Definition at line 49 of file bintext.c.

◆ hscroll()

static av_unused void hscroll ( AVCodecContext avctx)
static

Definition at line 109 of file bintext.c.

◆ draw_char()

static void draw_char ( AVCodecContext avctx,
int  c,
int  a 
)
static

Draw character to screen.

Definition at line 125 of file bintext.c.

Referenced by decode_frame().

◆ decode_frame()

static int decode_frame ( AVCodecContext avctx,
void *  data,
int got_frame,
AVPacket avpkt 
)
static

Definition at line 140 of file bintext.c.