#include "avcodec.h"
#include "h263.h"
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "msmpeg4data.h"
#include "wmv2.h"
Go to the source code of this file.
Initial value:= {
.class_name = "wmv2 encoder",
}
#define LIBAVUTIL_VERSION_INT
const AVOption ff_mpv_generic_options[]
Definition at line 217 of file wmv2enc.c.
Initial value:= {
.name = "wmv2",
}
static av_cold int init(AVCodecContext *avctx)
static const AVClass wmv2_class
static av_cold int wmv2_encode_init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static enum AVPixelFormat pix_fmts[]
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
int ff_mpv_encode_end(AVCodecContext *avctx)
int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
AVPixelFormat
Pixel format.
Definition at line 224 of file wmv2enc.c.