#include "avcodec.h"
#include "bsf.h"
#include "mpeg4video.h"
 
Go to the source code of this file.
  
  
      
        
          | static unsigned int find_startcode  | 
          ( | 
          const uint8_t *  | 
          buf,  | 
         
        
           | 
           | 
          int  | 
          buf_size,  | 
         
        
           | 
           | 
          int *  | 
          pos  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static void scan_buffer  | 
          ( | 
          const uint8_t *  | 
          buf,  | 
         
        
           | 
           | 
          int  | 
          buf_size,  | 
         
        
           | 
           | 
          int *  | 
          pos_p,  | 
         
        
           | 
           | 
          int *  | 
          nb_vop,  | 
         
        
           | 
           | 
          int *  | 
          pos_vop2  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .name           = "mpeg4_unpack_bframes",
}
static void mpeg4_unpack_bframes_close(AVBSFContext *bsfc)
 
static av_cold int init(AVCodecContext *avctx)
 
static int mpeg4_unpack_bframes_filter(AVBSFContext *ctx, AVPacket *out)
 
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, uint8_t clip)
 
static int mpeg4_unpack_bframes_init(AVBSFContext *ctx)
 
static enum AVCodecID codec_ids[]
 
 
Definition at line 194 of file mpeg4_unpack_bframes_bsf.c.