FFmpeg 5.1.6
|
#include <libavcodec/bsf.h>
Data Fields | |
const char * | name |
enum AVCodecID * | codec_ids |
A list of codec ids supported by the filter, terminated by AV_CODEC_ID_NONE. More... | |
const AVClass * | priv_class |
A class for the private data, used to declare bitstream filter private AVOptions. More... | |
enum AVCodecID* AVBitStreamFilter::codec_ids |
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.