Go to the documentation of this file.
50 if (
ctx->par_in->extradata &&
53 (in->
size <
ctx->par_in->extradata_size ||
54 memcmp(in->
data,
ctx->par_in->extradata,
ctx->par_in->extradata_size))) {
55 if (in->
size >= INT_MAX -
ctx->par_in->extradata_size) {
70 memcpy(
out->data,
ctx->par_in->extradata,
ctx->par_in->extradata_size);
71 memcpy(
out->data +
ctx->par_in->extradata_size, in->
data, in->
size);
82 #define OFFSET(x) offsetof(DumpExtradataContext, x)
83 #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM)
102 .
p.
name =
"dump_extra",
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
void(* filter)(uint8_t *src, int stride, int qscale)
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
The bitstream filter state.
int av_new_packet(AVPacket *pkt, int size)
Allocate the payload of a packet and initialize its fields with default values.
#define LIBAVUTIL_VERSION_INT
Describe the class of an AVClass context structure.
const char * av_default_item_name(void *ptr)
Return the context name.
void av_packet_move_ref(AVPacket *dst, AVPacket *src)
Move every field in src to dst and reset src.
AVBitStreamFilter p
The public AVBitStreamFilter.
int flags
A combination of AV_PKT_FLAG values.
int av_packet_copy_props(AVPacket *dst, const AVPacket *src)
Copy only "properties" fields from src to dst.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
@ AV_OPT_TYPE_INT
Underlying C type is int.
This structure stores compressed data.
int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt)
Called by bitstream filters to get packet for filtering.
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
void * priv_data
Format private data.