AVBitStreamFilter

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

close
void function(AVBSFContext* ctx) close;
Undocumented in source.
codec_ids
const(AVCodecID)* codec_ids;

A list of codec ids supported by the filter, terminated by AV_CODEC_ID_NONE. May be NULL, in that case the bitstream filter works with any codec id.

filter
int function(AVBSFContext* ctx, AVPacket* pkt) filter;
Undocumented in source.
flush
void function(AVBSFContext* ctx) flush;
Undocumented in source.
init
int function(AVBSFContext* ctx) init;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
priv_class
const(AVClass)* priv_class;

A class for the private data, used to declare bitstream filter private AVOptions. This field is NULL for bitstream filters that do not declare any options.

priv_data_size
int priv_data_size;

No fields below this line are part of the public API. They may not be used outside of libavcodec and can be changed and removed at will. New public fields should be added right above. ****************************************************************

Meta