#include "avcodec.h"
#include "h263.h"
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "msmpeg4data.h"
#include "wmv2.h"
 
Go to the source code of this file.
      
        
          | 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  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
Initial value:= {
    .name           = "wmv2",
    .priv_class     = &wmv2_class,
}
static av_cold int init(AVCodecContext *avctx)
 
static av_cold int wmv2_encode_init(AVCodecContext *avctx)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
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 218 of file wmv2enc.c.