|
FFmpeg
|
#include <bsf_internal.h>
Data Fields | |
| AVBitStreamFilterContext | p |
| The public AVBitStreamFilterContext. More... | |
| unsigned | state_flags |
| unsigned | ready |
| Ready status of the filter. More... | |
Definition at line 180 of file bsf_internal.h.
| 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().
| unsigned FFBitStreamFilterContext::state_flags |
Definition at line 187 of file bsf_internal.h.
Referenced by av_bsf_init_dict().
| 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().
1.8.17