FFmpeg
Data Fields
FFBitStreamFilterContext Struct Reference

#include <bsf_internal.h>

Data Fields

AVBitStreamFilterContext p
 The public AVBitStreamFilterContext. More...
 
unsigned state_flags
 
unsigned ready
 Ready status of the filter. More...
 

Detailed Description

Definition at line 180 of file bsf_internal.h.

Field Documentation

◆ p

AVBitStreamFilterContext FFBitStreamFilterContext::p

The public AVBitStreamFilterContext.

See bsf.h for it.

Definition at line 184 of file bsf_internal.h.

Referenced by ff_bsf_alloc(), and ff_bsf_graph_run_once().

◆ state_flags

unsigned FFBitStreamFilterContext::state_flags

Definition at line 187 of file bsf_internal.h.

Referenced by av_bsf_init_dict().

◆ ready

unsigned FFBitStreamFilterContext::ready

Ready status of the filter.

A non-0 value means that the filter needs activating; a higher value suggests a more urgent activation.

Definition at line 194 of file bsf_internal.h.

Referenced by ff_bsf_activate(), ff_bsf_graph_run_once(), ff_bsf_request_packet(), and ff_bsf_set_ready().


The documentation for this struct was generated from the following file: