FFmpeg
|
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/internal.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Data Structures | |
struct | EightBpsContext |
Functions | |
static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_eightbps_decoder |
QT 8BPS Video Decoder by Roberto Togni For more information about the 8BPS format, visit: http://www.pcisys.net/~melanson/codecs/
Supports: PAL8 (RGB 8bpp, paletted) : GBRP (RGB 24bpp) : GBRAP (RGB 32bpp, 4th plane is alpha)
Definition in file 8bps.c.
|
static |
|
static |
const FFCodec ff_eightbps_decoder |