| FFmpeg
    | 
#include "libavutil/imgutils.h"#include "avcodec.h"#include "bytestream.h"#include "get_bits.h"#include "internal.h"Go to the source code of this file.
| Data Structures | |
| struct | PCXContext | 
| Functions | |
| static av_cold int | pcx_init (AVCodecContext *avctx) | 
| static void | pcx_rle_decode (GetByteContext *gb, uint8_t *dst, unsigned int bytes_per_scanline, int compressed) | 
| static void | pcx_palette (GetByteContext *gb, uint32_t *dst, int pallen) | 
| static int | pcx_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | pcx_end (AVCodecContext *avctx) | 
| Variables | |
| AVCodec | ff_pcx_decoder | 
| 
 | static | 
| 
 | static | 
Definition at line 45 of file pcx.c.
Referenced by pcx_decode_frame().
| 
 | static | 
Definition at line 67 of file pcx.c.
Referenced by pcx_decode_frame().
| 
 | static | 
| 
 | static | 
| AVCodec ff_pcx_decoder | 
 1.8.2
 1.8.2