| 
    FFmpeg
    
   | 
 
#include <avcodec.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... | |
| int | priv_data_size | 
| int(* | init )(AVBSFContext *ctx) | 
| int(* | filter )(AVBSFContext *ctx, AVPacket *pkt) | 
| void(* | close )(AVBSFContext *ctx) | 
| void(* | flush )(AVBSFContext *ctx) | 
| const char* AVBitStreamFilter::name | 
Definition at line 5813 of file avcodec.h.
Referenced by bsf_list_item_name(), log_slave(), show_bsfs(), and show_help_bsf().
| 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.
Definition at line 5831 of file avcodec.h.
Referenced by av_bitstream_filter_filter(), ff_stream_add_bitstream_filter(), log_slave(), and show_help_bsf().
| int(* AVBitStreamFilter::init) (AVBSFContext *ctx) | 
| int(* AVBitStreamFilter::filter) (AVBSFContext *ctx, AVPacket *pkt) | 
| void(* AVBitStreamFilter::close) (AVBSFContext *ctx) | 
| void(* AVBitStreamFilter::flush) (AVBSFContext *ctx) | 
 1.8.17