| 
    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.
Macros | |
| #define | PCX_HEADER_SIZE 128 | 
Functions | |
| 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) | 
Variables | |
| AVCodec | ff_pcx_decoder | 
| #define PCX_HEADER_SIZE 128 | 
Definition at line 31 of file pcx.c.
Referenced by pcx_decode_frame().
      
  | 
  static | 
Definition at line 33 of file pcx.c.
Referenced by pcx_decode_frame().
      
  | 
  static | 
Definition at line 57 of file pcx.c.
Referenced by pcx_decode_frame().
      
  | 
  static | 
| AVCodec ff_pcx_decoder | 
 1.8.6