FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "encode.h"
#include "texturedsp.h"
#include "vbn.h"
#include "libavutil/imgutils.h"
#include "libavutil/frame.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Data Structures | |
struct | VBNContext |
Macros | |
#define | OFFSET(x) offsetof(VBNContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | vbn_encode (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
static av_cold int | vbn_init (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const AVClass | vbnenc_class |
const FFCodec | ff_vbn_encoder |
Vizrt Binary Image encoder
Definition in file vbnenc.c.
#define OFFSET | ( | x | ) | offsetof(VBNContext, x) |
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
|
static |
|
static |
|
static |
|
static |
const FFCodec ff_vbn_encoder |