#include "libavutil/mem.h"
#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 "put_bits.h"
#include "wmv2.h"
 
Go to the source code of this file.
◆ WMV2_EXTRADATA_SIZE
      
        
          | #define WMV2_EXTRADATA_SIZE   4 | 
        
      
 
 
◆ encode_ext_header()
◆ wmv2_encode_picture_header()
◆ wmv2_encode_mb()
  
  
      
        
          | static void wmv2_encode_mb  | 
          ( | 
          MPVEncContext *const  | 
          s,  | 
         
        
           | 
           | 
          int16_t  | 
          block[][64],  | 
         
        
           | 
           | 
          int  | 
          motion_x,  | 
         
        
           | 
           | 
          int  | 
          motion_y  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ wmv2_encode_init()
◆ ff_wmv2_encoder