#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "msmpeg4data.h"
#include "h263.h"
#include "wmv2.h"
Go to the source code of this file.
int ff_wmv2_encode_picture_header |
( |
MpegEncContext * |
s, |
|
|
int |
picture_number |
|
) |
| |
Initial value:= {
.name = "wmv2",
}
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
static av_cold int wmv2_encode_init(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
int MPV_encode_end(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int MPV_encode_picture(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data)
static void close(AVCodecParserContext *s)
struct Wmv2Context Wmv2Context
Definition at line 214 of file wmv2enc.c.