FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "targa.h"
Go to the source code of this file.
Data Structures | |
struct | TargaContext |
Functions | |
static uint8_t * | advance_line (uint8_t *start, uint8_t *line, int stride, int *y, int h, int interleave) |
static int | targa_decode_rle (AVCodecContext *avctx, TargaContext *s, uint8_t *start, int w, int h, int stride, int bpp, int interleave) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_targa_decoder |
|
static |
Definition at line 33 of file targa.c.
Referenced by decode_frame(), and targa_decode_rle().
|
static |
Definition at line 50 of file targa.c.
Referenced by decode_frame().
|
static |
AVCodec ff_targa_decoder |