FFmpeg
|
#include "config_components.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/xga_font_data.h"
#include "avcodec.h"
#include "cga_data.h"
#include "bintext.h"
#include "codec_internal.h"
#include "decode.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, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
Binary text decoder eXtended BINary text (XBIN) decoder iCEDraw File decoder
Definition in file bintext.c.
|
static |
|
static |
|
static |