Blender  V3.3
Public Attributes | List of all members
ZstdFrame Struct Reference

Public Attributes

struct ZstdFramenext
 
struct ZstdFrameprev
 
uint32_t compressed_size
 
uint32_t uncompressed_size
 

Detailed Description

Definition at line 152 of file writefile.c.

Member Data Documentation

◆ compressed_size

uint32_t ZstdFrame::compressed_size

Definition at line 155 of file writefile.c.

Referenced by zstd_write_task().

◆ next

struct ZstdFrame* ZstdFrame::next

Definition at line 153 of file writefile.c.

◆ prev

struct ZstdFrame * ZstdFrame::prev

Definition at line 153 of file writefile.c.

◆ uncompressed_size

uint32_t ZstdFrame::uncompressed_size

Definition at line 156 of file writefile.c.

Referenced by zstd_write_task().


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