#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",
}
int ff_MPV_encode_end(AVCodecContext *avctx)
static av_cold int wmv2_encode_init(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void close(AVCodecParserContext *s)
struct Wmv2Context Wmv2Context
int ff_MPV_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
AVPixelFormat
Pixel format.
Definition at line 214 of file wmv2enc.c.