| FFmpeg
    | 
#include <bsf_internal.h>
| Data Fields | |
| AVBitStreamFilter | p | 
| The public AVBitStreamFilter.  More... | |
| int | priv_data_size | 
| int(* | init )(AVBSFContext *ctx) | 
| int(* | filter )(AVBSFContext *ctx, AVPacket *pkt) | 
| void(* | close )(AVBSFContext *ctx) | 
| void(* | flush )(AVBSFContext *ctx) | 
Definition at line 27 of file bsf_internal.h.
| AVBitStreamFilter FFBitStreamFilter::p | 
The public AVBitStreamFilter.
See bsf.h for it.
Definition at line 31 of file bsf_internal.h.
Referenced by av_bsf_get_null_filter(), and av_bsf_list_finalize().
| int FFBitStreamFilter::priv_data_size | 
Definition at line 33 of file bsf_internal.h.
| int(* FFBitStreamFilter::init) (AVBSFContext *ctx) | 
Definition at line 34 of file bsf_internal.h.
Referenced by av_bsf_init().
| int(* FFBitStreamFilter::filter) (AVBSFContext *ctx, AVPacket *pkt) | 
Definition at line 35 of file bsf_internal.h.
Referenced by av_bsf_receive_packet().
| void(* FFBitStreamFilter::close) (AVBSFContext *ctx) | 
Definition at line 36 of file bsf_internal.h.
Referenced by av_bsf_free().
| void(* FFBitStreamFilter::flush) (AVBSFContext *ctx) | 
Definition at line 37 of file bsf_internal.h.
Referenced by av_bsf_flush().
 1.8.17
 1.8.17