FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
flvenc.c File Reference
#include "mpegvideo.h"
#include "h263.h"
#include "flv.h"

Go to the source code of this file.

Functions

void ff_flv_encode_picture_header (MpegEncContext *s, int picture_number)
 
void ff_flv2_encode_ac_esc (PutBitContext *pb, int slevel, int level, int run, int last)
 

Variables

AVCodec ff_flv_encoder
 

Function Documentation

void ff_flv_encode_picture_header ( MpegEncContext s,
int  picture_number 
)

Definition at line 24 of file flvenc.c.

Referenced by encode_picture().

void ff_flv2_encode_ac_esc ( PutBitContext pb,
int  slevel,
int  level,
int  run,
int  last 
)

Definition at line 70 of file flvenc.c.

Referenced by h263_encode_block().

Variable Documentation

AVCodec ff_flv_encoder
Initial value:
= {
.name = "flv",
.long_name = NULL_IF_CONFIG_SMALL("FLV / Sorenson Spark / Sorenson H.263 (Flash Video)"),
.priv_data_size = sizeof(MpegEncContext),
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
.priv_class = &flv_class,
}

Definition at line 89 of file flvenc.c.