|
Libav
|
#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 int | targa_decode_rle (AVCodecContext *avctx, TargaContext *s, uint8_t *dst, int w, int h, int stride, int bpp) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
| AVCodec | ff_targa_decoder |
|
static |
Definition at line 36 of file targa.c.
Referenced by decode_frame().
|
static |
| AVCodec ff_targa_decoder |
1.8.1.2