#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "bsf.h"
 
Go to the source code of this file.
| Enumerator | 
|---|
| REMOVE_FREQ_KEYFRAME  | 
 | 
| REMOVE_FREQ_ALL  | 
 | 
| REMOVE_FREQ_NONKEYFRAME  | 
 | 
Definition at line 27 of file remove_extradata_bsf.c.
 
 
  
  
      
        
          | const AVClass remove_extradata_class | 
         
       
   | 
  
static   | 
  
 
Initial value:= {
    .class_name = "remove_extradata",
}
#define LIBAVUTIL_VERSION_INT
 
 
Definition at line 106 of file remove_extradata_bsf.c.
 
 
Initial value:= {
    .name           = "remove_extra",
}
static av_cold int init(AVCodecContext *avctx)
 
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)
 
 
Definition at line 113 of file remove_extradata_bsf.c.