FFmpeg
|
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Data Structures | |
struct | PixHeader |
Macros | |
#define | HEADER1_CHUNK 0x03 |
#define | HEADER2_CHUNK 0x3D |
#define | IMAGE_DATA_CHUNK 0x21 |
Functions | |
static int | pix_decode_header (PixHeader *out, GetByteContext *pgb) |
static int | pix_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
Variables | |
static const uint32_t | std_pal_table [256] |
const FFCodec | ff_brender_pix_decoder |
#define HEADER1_CHUNK 0x03 |
Definition at line 31 of file brenderpix.c.
#define HEADER2_CHUNK 0x3D |
Definition at line 32 of file brenderpix.c.
#define IMAGE_DATA_CHUNK 0x21 |
Definition at line 33 of file brenderpix.c.
|
static |
Definition at line 114 of file brenderpix.c.
Referenced by pix_decode_frame().
|
static |
Definition at line 133 of file brenderpix.c.
|
static |
Definition at line 45 of file brenderpix.c.
Referenced by pix_decode_frame().
const FFCodec ff_brender_pix_decoder |
Definition at line 295 of file brenderpix.c.