FFmpeg
|
#include <cbs_internal.h>
Data Fields | |
int | nb_unit_types |
union { | |
CodedBitstreamUnitType list [CBS_MAX_LIST_UNIT_TYPES] | |
struct { | |
CodedBitstreamUnitType start | |
CodedBitstreamUnitType end | |
} range | |
} | unit_type |
enum CBSContentType | content_type |
size_t | content_size |
union { | |
struct { | |
int nb_offsets | |
size_t offsets [CBS_MAX_REF_OFFSETS] | |
} ref | |
struct { | |
void(* content_free )(FFRefStructOpaque opaque, void *content) | |
int(* content_clone )(void **new_content, CodedBitstreamUnit *unit) | |
} complex | |
} | type |
Definition at line 56 of file cbs_internal.h.
int CodedBitstreamUnitTypeDescriptor::nb_unit_types |
Definition at line 60 of file cbs_internal.h.
CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::list[CBS_MAX_LIST_UNIT_TYPES] |
Definition at line 64 of file cbs_internal.h.
CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::start |
Definition at line 68 of file cbs_internal.h.
CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::end |
Definition at line 69 of file cbs_internal.h.
struct { ... } CodedBitstreamUnitTypeDescriptor::range |
union { ... } CodedBitstreamUnitTypeDescriptor::unit_type |
enum CBSContentType CodedBitstreamUnitTypeDescriptor::content_type |
Definition at line 74 of file cbs_internal.h.
size_t CodedBitstreamUnitTypeDescriptor::content_size |
Definition at line 77 of file cbs_internal.h.
int CodedBitstreamUnitTypeDescriptor::nb_offsets |
Definition at line 86 of file cbs_internal.h.
size_t CodedBitstreamUnitTypeDescriptor::offsets[CBS_MAX_REF_OFFSETS] |
Definition at line 92 of file cbs_internal.h.
struct { ... } CodedBitstreamUnitTypeDescriptor::ref |
void(* CodedBitstreamUnitTypeDescriptor::content_free) (FFRefStructOpaque opaque, void *content) |
Definition at line 96 of file cbs_internal.h.
int(* CodedBitstreamUnitTypeDescriptor::content_clone) (void **new_content, CodedBitstreamUnit *unit) |
Definition at line 97 of file cbs_internal.h.
struct { ... } CodedBitstreamUnitTypeDescriptor::complex |
union { ... } CodedBitstreamUnitTypeDescriptor::type |