|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | BRPixContext |
| struct | BRPixHeader |
Functions | |
| static av_cold int | brpix_init (AVCodecContext *avctx) |
| static int | brpix_decode_header (BRPixHeader *out, GetByteContext *pgb) |
| static int | brpix_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| static av_cold int | brpix_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_brender_pix_decoder |
|
static |
Definition at line 42 of file brender_pix.c.
|
static |
Definition at line 52 of file brender_pix.c.
Referenced by brpix_decode_frame().
|
static |
Definition at line 72 of file brender_pix.c.
|
static |
Definition at line 225 of file brender_pix.c.
| AVCodec ff_brender_pix_decoder |
Definition at line 235 of file brender_pix.c.
1.8.2