libavcodec/bintext.c File Reference

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

#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "cga_data.h"
#include "bintext.h"

Go to the source code of this file.

Data Structures

struct  XbinContext

Defines

#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 *data_size, AVPacket *avpkt)
static av_cold int decode_end (AVCodecContext *avctx)


Detailed Description

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

Definition in file bintext.c.


Define Documentation

#define DEFAULT_BG_COLOR   0

Definition at line 96 of file bintext.c.

#define FONT_WIDTH   8

Definition at line 110 of file bintext.c.


Function Documentation

static av_cold int decode_end ( AVCodecContext avctx  )  [static]

Definition at line 208 of file bintext.c.

static int decode_frame ( AVCodecContext avctx,
void *  data,
int data_size,
AVPacket avpkt 
) [static]

Definition at line 130 of file bintext.c.

static av_cold int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 45 of file bintext.c.

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

Draw character to screen.

Definition at line 115 of file bintext.c.

static av_unused void hscroll ( AVCodecContext avctx  )  [static]

Definition at line 97 of file bintext.c.


Generated on Fri Oct 26 02:50:04 2012 for FFmpeg by  doxygen 1.5.8