Go to the source code of this file.
◆ START_CODE
| #define START_CODE 0x000001 |
◆ OFFSET
◆ FLAGS
◆ RemoveFreq
| Enumerator |
|---|
| REMOVE_FREQ_KEYFRAME | |
| REMOVE_FREQ_ALL | |
| REMOVE_FREQ_NONKEYFRAME | |
Definition at line 33 of file remove_extradata.c.
◆ av1_split()
| static int av1_split |
( |
const uint8_t * | buf, |
|
|
int | buf_size, |
|
|
void * | logctx ) |
|
static |
◆ h264_split()
| static int h264_split |
( |
const uint8_t * | buf, |
|
|
int | buf_size ) |
|
static |
◆ hevc_split()
| static int hevc_split |
( |
const uint8_t * | buf, |
|
|
int | buf_size ) |
|
static |
◆ mpegvideo_split()
| static int mpegvideo_split |
( |
const uint8_t * | buf, |
|
|
int | buf_size ) |
|
static |
◆ mpeg4video_split()
| static int mpeg4video_split |
( |
const uint8_t * | buf, |
|
|
int | buf_size ) |
|
static |
◆ vc1_split()
| static int vc1_split |
( |
const uint8_t * | buf, |
|
|
int | buf_size ) |
|
static |
◆ remove_extradata()
◆ options
Initial value:= {
}
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 233 of file remove_extradata.c.
◆ remove_extradata_class
| const AVClass remove_extradata_class |
|
static |
Initial value:= {
.class_name = "remove_extradata",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 242 of file remove_extradata.c.
◆ ff_remove_extradata_bsf
Initial value:= {
.p.name = "remove_extra",
}
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
Definition at line 249 of file remove_extradata.c.