#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) | 
Definition in file bintext.c.
| static av_cold int decode_end | ( | AVCodecContext * | avctx | ) |  [static] | 
| static int decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| AVPacket * | avpkt | |||
| ) |  [static] | 
| static av_cold int decode_init | ( | AVCodecContext * | avctx | ) |  [static] | 
| static void draw_char | ( | AVCodecContext * | avctx, | |
| int | c, | |||
| int | a | |||
| ) |  [static] | 
| static av_unused void hscroll | ( | AVCodecContext * | avctx | ) |  [static] | 
 1.5.8
 1.5.8