FFmpeg
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
 
unsigned obus_allocated_size
 

Detailed Description

An input packet split into OBUs.

Definition at line 60 of file av1_parse.h.

Field Documentation

◆ obus

AV1OBU* AV1Packet::obus

Definition at line 61 of file av1_parse.h.

◆ nb_obus

int AV1Packet::nb_obus

Definition at line 62 of file av1_parse.h.

◆ obus_allocated

int AV1Packet::obus_allocated

Definition at line 63 of file av1_parse.h.

◆ obus_allocated_size

unsigned AV1Packet::obus_allocated_size

Definition at line 64 of file av1_parse.h.


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