#include "flv.h"
#include "h263.h"
#include "h263data.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"
 
Go to the source code of this file.
      
        
          | void ff_flv2_encode_ac_esc  | 
          ( | 
          PutBitContext *  | 
          pb,  | 
        
        
           | 
           | 
          int  | 
          slevel,  | 
        
        
           | 
           | 
          int  | 
          level,  | 
        
        
           | 
           | 
          int  | 
          run,  | 
        
        
           | 
           | 
          int  | 
          last  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
Initial value:= {
    .class_name = "flv encoder",
}
#define LIBAVUTIL_VERSION_INT
 
const AVOption ff_mpv_generic_options[]
 
 
Definition at line 94 of file flvenc.c.
 
 
Initial value:= {
    .name           = "flv",
}
static av_cold int init(AVCodecContext *avctx)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static const AVClass flv_class
 
int ff_mpv_encode_init(AVCodecContext *avctx)
 
static enum AVPixelFormat pix_fmts[]
 
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) 
 
int ff_mpv_encode_end(AVCodecContext *avctx)
 
int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
 
AVPixelFormat
Pixel format. 
 
 
Definition at line 101 of file flvenc.c.