#include "libavutil/cpu.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "avs2.h"
#include "davs2.h"
Go to the source code of this file.
|
static av_cold int | davs2_init (AVCodecContext *avctx) |
|
static int | davs2_dump_frames (AVCodecContext *avctx, davs2_picture_t *pic, int *got_frame, davs2_seq_info_t *headerset, int ret_type, AVFrame *frame) |
|
static void | davs2_flush (AVCodecContext *avctx) |
|
static int | send_delayed_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame) |
|
static av_cold int | davs2_end (AVCodecContext *avctx) |
|
static int | davs2_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
|
◆ davs2_init()
◆ davs2_dump_frames()
static int davs2_dump_frames |
( |
AVCodecContext * |
avctx, |
|
|
davs2_picture_t * |
pic, |
|
|
int * |
got_frame, |
|
|
davs2_seq_info_t * |
headerset, |
|
|
int |
ret_type, |
|
|
AVFrame * |
frame |
|
) |
| |
|
static |
◆ davs2_flush()
◆ send_delayed_frame()
◆ davs2_end()
◆ davs2_decode_frame()
◆ ff_libdavs2_decoder
Initial value:= {
.p.name = "libdavs2",
.p.wrapper_name = "libdavs2",
}
Definition at line 224 of file libdavs2.c.