FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AV1Packet Struct Reference

An input packet split into OBUs. More...

#include <av1_parse.h>

Data Fields

AV1OBUobus
 
int nb_obus
 
int obus_allocated
 

Detailed Description

An input packet split into OBUs.

Definition at line 55 of file av1_parse.h.

Field Documentation

AV1OBU* AV1Packet::obus

Definition at line 56 of file av1_parse.h.

Referenced by extract_extradata_av1(), ff_av1_packet_split(), and ff_av1_packet_uninit().

int AV1Packet::nb_obus

Definition at line 57 of file av1_parse.h.

Referenced by extract_extradata_av1(), and ff_av1_packet_split().

int AV1Packet::obus_allocated

Definition at line 58 of file av1_parse.h.

Referenced by ff_av1_packet_split(), and ff_av1_packet_uninit().


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