#include <libavcodec/avcodec.h>
Definition at line 5812 of file avcodec.h.
◆ name
const char* AVBitStreamFilter::name |
◆ 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.
Definition at line 5820 of file avcodec.h.
◆ priv_class
const AVClass* AVBitStreamFilter::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.
If this field is non-NULL, the first member of the filter private data must be a pointer to AVClass, which will be set by libavcodec generic code to this class.
Definition at line 5831 of file avcodec.h.
◆ priv_data_size
int AVBitStreamFilter::priv_data_size |
◆ init
◆ filter
◆ close
◆ flush
The documentation for this struct was generated from the following file: