FFmpeg
|
#include "avcodec.h"
#include "codec_internal.h"
#include "v210dec.h"
#include "v210dec_init.h"
#include "libavutil/bswap.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "thread.h"
Go to the source code of this file.
Data Structures | |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | V210DEC_FLAGS AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | v210_decode_slice (AVCodecContext *avctx, void *arg, int jobnr, int threadnr) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) |
Variables | |
static const AVOption | v210dec_options [] |
static const AVClass | v210dec_class |
const FFCodec | ff_v210_decoder |
#define V210DEC_FLAGS AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
|
static |
|
static |
Definition at line 53 of file v210dec.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
const FFCodec ff_v210_decoder |