FFmpeg
Loading...
Searching...
No Matches
FilterUnitsContext Struct Reference

Public Types

enum  { NOOP , PASS , REMOVE }

Data Fields

const AVClass * class
CodedBitstreamContext * cbc
CodedBitstreamFragment fragment
const char * pass_types
const char * remove_types
int discard
int discard_flags
enum FilterUnitsContext:: { ... }  mode
CodedBitstreamUnitType * type_list
int nb_types
bool passthrough

Detailed Description

Definition at line 31 of file filter_units.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NOOP 
PASS 
REMOVE 

Definition at line 43 of file filter_units.c.

Field Documentation

◆ class

const AVClass* FilterUnitsContext::class

Definition at line 32 of file filter_units.c.

◆ cbc

CodedBitstreamContext* FilterUnitsContext::cbc

Definition at line 34 of file filter_units.c.

◆ fragment

CodedBitstreamFragment FilterUnitsContext::fragment

Definition at line 35 of file filter_units.c.

◆ pass_types

const char* FilterUnitsContext::pass_types

Definition at line 37 of file filter_units.c.

◆ remove_types

const char* FilterUnitsContext::remove_types

Definition at line 38 of file filter_units.c.

◆ discard

int FilterUnitsContext::discard

Definition at line 40 of file filter_units.c.

◆ discard_flags

int FilterUnitsContext::discard_flags

Definition at line 41 of file filter_units.c.

◆ []

enum { ... } FilterUnitsContext::mode

◆ type_list

CodedBitstreamUnitType* FilterUnitsContext::type_list

Definition at line 48 of file filter_units.c.

◆ nb_types

int FilterUnitsContext::nb_types

Definition at line 49 of file filter_units.c.

◆ passthrough

bool FilterUnitsContext::passthrough

Definition at line 50 of file filter_units.c.


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