FFmpeg
|
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Functions | |
static int | decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
Variables | |
static const int | xl_table [32] |
const FFCodec | ff_xl_decoder |
Miro VideoXL codec.
Definition in file xl.c.
|
static |
|
static |
|
static |
Definition at line 33 of file xl.c.
Referenced by decode_frame().
const FFCodec ff_xl_decoder |