FFmpeg
|
#include "avcodec.h"
#include "codec_internal.h"
#include "h263.h"
#include "mpegvideo.h"
#include "mpegvideoenc.h"
#include "msmpeg4.h"
#include "msmpeg4enc.h"
#include "msmpeg4data.h"
#include "msmpeg4_vc1_data.h"
#include "wmv2.h"
#include "wmv2enc.h"
Go to the source code of this file.
Data Structures | |
struct | WMV2EncContext |
Macros | |
#define | WMV2_EXTRADATA_SIZE 4 |
Functions | |
static int | encode_ext_header (WMV2EncContext *w) |
static av_cold int | wmv2_encode_init (AVCodecContext *avctx) |
int | ff_wmv2_encode_picture_header (MpegEncContext *s) |
void | ff_wmv2_encode_mb (MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) |
Variables | |
const FFCodec | ff_wmv2_encoder |
|
static |
Definition at line 49 of file wmv2enc.c.
Referenced by wmv2_encode_init().
|
static |
int ff_wmv2_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 96 of file wmv2enc.c.
Referenced by encode_picture().
void ff_wmv2_encode_mb | ( | MpegEncContext * | s, |
int16_t | block[6][64], | ||
int | motion_x, | ||
int | motion_y | ||
) |
Definition at line 169 of file wmv2enc.c.
Referenced by encode_mb_internal().
const FFCodec ff_wmv2_encoder |