FFmpeg
|
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "thread.h"
Go to the source code of this file.
Data Structures | |
struct | ThreadData |
Used for passing data between threads. More... | |
Functions | |
static av_cold int | v410_decode_init (AVCodecContext *avctx) |
static int | v410_decode_slice (AVCodecContext *avctx, void *arg, int jobnr, int threadnr) |
static int | v410_decode_frame (AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_v410_decoder |
|
static |
|
static |
Definition at line 52 of file v410dec.c.
Referenced by v410_decode_frame().
|
static |
const FFCodec ff_v410_decoder |