FFmpeg
|
Public Types | |
enum | { NOOP, PASS, REMOVE } |
Data Fields | |
const AVClass * | class |
CodedBitstreamContext * | cbc |
CodedBitstreamFragment | fragment |
const char * | pass_types |
const char * | remove_types |
enum AVDiscard | discard |
int | discard_flags |
enum FilterUnitsContext:: { ... } | mode |
CodedBitstreamUnitType * | type_list |
int | nb_types |
bool | passthrough |
Definition at line 30 of file filter_units.c.
anonymous enum |
Enumerator | |
---|---|
NOOP | |
PASS | |
REMOVE |
Definition at line 41 of file filter_units.c.
const AVClass* FilterUnitsContext::class |
Definition at line 31 of file filter_units.c.
CodedBitstreamContext* FilterUnitsContext::cbc |
Definition at line 33 of file filter_units.c.
CodedBitstreamFragment FilterUnitsContext::fragment |
Definition at line 34 of file filter_units.c.
const char* FilterUnitsContext::pass_types |
Definition at line 36 of file filter_units.c.
const char* FilterUnitsContext::remove_types |
Definition at line 37 of file filter_units.c.
enum AVDiscard FilterUnitsContext::discard |
Definition at line 38 of file filter_units.c.
int FilterUnitsContext::discard_flags |
Definition at line 39 of file filter_units.c.
enum { ... } FilterUnitsContext::mode |
CodedBitstreamUnitType* FilterUnitsContext::type_list |
Definition at line 46 of file filter_units.c.
int FilterUnitsContext::nb_types |
Definition at line 47 of file filter_units.c.
bool FilterUnitsContext::passthrough |
Definition at line 48 of file filter_units.c.