Libav
|
#include "avcodec.h"
#include "internal.h"
#include "libavutil/bswap.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
Go to the source code of this file.
Macros | |
#define | READ_PIXELS(a, b, c) |
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_v210_decoder |
#define READ_PIXELS | ( | a, | |
b, | |||
c | |||
) |
Referenced by decode_frame().
|
static |
|
static |
AVCodec ff_v210_decoder |