| FFmpeg
    | 
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, void *data, int *got_frame, AVPacket *avpkt) | 
| Variables | |
| static const uint32_t | std_pal_table [256] | 
| AVCodec | ff_brender_pix_decoder | 
| #define HEADER1_CHUNK 0x03 | 
Definition at line 30 of file brenderpix.c.
| #define HEADER2_CHUNK 0x3D | 
Definition at line 31 of file brenderpix.c.
| #define IMAGE_DATA_CHUNK 0x21 | 
Definition at line 32 of file brenderpix.c.
| 
 | static | 
Definition at line 113 of file brenderpix.c.
Referenced by pix_decode_frame().
| 
 | static | 
Definition at line 132 of file brenderpix.c.
| 
 | static | 
Definition at line 44 of file brenderpix.c.
Referenced by pix_decode_frame().
| AVCodec ff_brender_pix_decoder | 
Definition at line 288 of file brenderpix.c.
 1.8.17
 1.8.17