FFmpeg
|
#include "libavutil/opt.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "put_bits.h"
Go to the source code of this file.
Data Structures | |
struct | CLJRContext |
Macros | |
#define | OFFSET(x) offsetof(CLJRContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet) |
Variables | |
static const AVOption | options [] |
static const AVClass | cljr_class |
const FFCodec | ff_cljr_encoder |
Cirrus Logic AccuPak encoder.
Definition in file cljrenc.c.
#define OFFSET | ( | x | ) | offsetof(CLJRContext, x) |
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
|
static |
|
static |
|
static |
const FFCodec ff_cljr_encoder |