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