FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/reverse.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "internal.h"
#include "mathops.h"
Go to the source code of this file.
Functions | |
static int | get_nibble (uint8_t x) |
static int | parse_str_int (const uint8_t *p, const uint8_t *end, const uint8_t *key) |
static int | xbm_decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_xbm_decoder |
|
static |
Definition at line 31 of file xbmdec.c.
Referenced by xbm_decode_frame().
|
static |
Definition at line 46 of file xbmdec.c.
Referenced by xbm_decode_frame().
|
static |
const FFCodec ff_xbm_decoder |