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

#include <cbs_vp9.h>

Data Fields

uint8_t superframe_marker
 
uint8_t bytes_per_framesize_minus_1
 
uint8_t frames_in_superframe_minus_1
 
uint32_t frame_sizes [VP9_MAX_FRAMES_IN_SUPERFRAME]
 

Detailed Description

Definition at line 172 of file cbs_vp9.h.

Field Documentation

uint8_t VP9RawSuperframeIndex::superframe_marker

Definition at line 173 of file cbs_vp9.h.

Referenced by cbs_vp9_assemble_fragment().

uint8_t VP9RawSuperframeIndex::bytes_per_framesize_minus_1

Definition at line 174 of file cbs_vp9.h.

Referenced by cbs_vp9_assemble_fragment().

uint8_t VP9RawSuperframeIndex::frames_in_superframe_minus_1

Definition at line 175 of file cbs_vp9.h.

Referenced by cbs_vp9_assemble_fragment(), and cbs_vp9_split_fragment().

uint32_t VP9RawSuperframeIndex::frame_sizes[VP9_MAX_FRAMES_IN_SUPERFRAME]

Definition at line 176 of file cbs_vp9.h.

Referenced by cbs_vp9_assemble_fragment(), and cbs_vp9_split_fragment().


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