FFmpeg
|
#include "avcodec.h"
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "msmpeg4data.h"
#include "h263.h"
#include "wmv2.h"
Include dependency graph for wmv2enc.c:
Go to the source code of this file.
Functions | |
static int | encode_ext_header (Wmv2Context *w) |
static av_cold int | wmv2_encode_init (AVCodecContext *avctx) |
int | ff_wmv2_encode_picture_header (MpegEncContext *s, int picture_number) |
void | ff_wmv2_encode_mb (MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) |
Variables | |
AVCodec | ff_wmv2_encoder |
Function Documentation
|
static |
Definition at line 29 of file wmv2enc.c.
Referenced by wmv2_encode_init().
void ff_wmv2_encode_mb | ( | MpegEncContext * | s, |
int16_t | block[6][64], | ||
int | motion_x, | ||
int | motion_y | ||
) |
Definition at line 149 of file wmv2enc.c.
Referenced by encode_mb_internal(), and ff_h263_round_chroma().
int ff_wmv2_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Definition at line 69 of file wmv2enc.c.
Referenced by encode_picture(), and ff_h263_round_chroma().
|
static |
Variable Documentation
AVCodec ff_wmv2_encoder |
Initial value:
= {
.name = "wmv2",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_WMV2,
.priv_data_size = sizeof(Wmv2Context),
.init = wmv2_encode_init,
.encode2 = ff_MPV_encode_picture,
.long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 8"),
}
Definition: pixfmt.h:67
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:121
struct Wmv2Context Wmv2Context
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:68
Definition: avutil.h:143
int ff_MPV_encode_picture(AVCodecContext *avctx, AVPacket *pkt, AVFrame *frame, int *got_packet)
Definition: mpegvideo_enc.c:1443
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11