#include "avcodec.h"
#include "davs2.h"
Go to the source code of this file.
static int davs2_dump_frames |
( |
AVCodecContext * |
avctx, |
|
|
davs2_picture_t * |
pic, |
|
|
davs2_seq_info_t * |
headerset, |
|
|
int |
ret_type, |
|
|
AVFrame * |
frame |
|
) |
| |
|
static |
Initial value:= {
.name = "libdavs2",
.wrapper_name = "libdavs2",
}
static av_cold int init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
static av_cold int davs2_end(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int davs2_init(AVCodecContext *avctx)
static enum AVPixelFormat pix_fmts[]
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
static int davs2_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVPixelFormat
Pixel format.
Definition at line 158 of file libdavs2.c.