FFmpeg
Macros
vbn.h File Reference

Go to the source code of this file.

Macros

#define VBN_MAGIC   0x900df11e
 
#define VBN_MAJOR   3
 
#define VBN_MINOR   4
 
#define VBN_HEADER_SIZE   192
 
#define VBN_FORMAT_RAW   0
 
#define VBN_FORMAT_LZ   1
 
#define VBN_FORMAT_DXT1   2
 
#define VBN_FORMAT_DXT5   3
 
#define VBN_COMPRESSION_NONE   0
 
#define VBN_COMPRESSION_LZW   0x100
 
#define VBN_PIX_ALPHA   0
 
#define VBN_PIX_LUMINANCE   1
 
#define VBN_PIX_LUMINANCE_ALPHA   2
 
#define VBN_PIX_RGB   3
 
#define VBN_PIX_RGBA   5
 
#define VBN_PIX_INDEX   6
 

Detailed Description

VBN format definitions.

Definition in file vbn.h.

Macro Definition Documentation

◆ VBN_MAGIC

#define VBN_MAGIC   0x900df11e

Definition at line 29 of file vbn.h.

◆ VBN_MAJOR

#define VBN_MAJOR   3

Definition at line 30 of file vbn.h.

◆ VBN_MINOR

#define VBN_MINOR   4

Definition at line 31 of file vbn.h.

◆ VBN_HEADER_SIZE

#define VBN_HEADER_SIZE   192

Definition at line 33 of file vbn.h.

◆ VBN_FORMAT_RAW

#define VBN_FORMAT_RAW   0

Definition at line 35 of file vbn.h.

◆ VBN_FORMAT_LZ

#define VBN_FORMAT_LZ   1

Definition at line 36 of file vbn.h.

◆ VBN_FORMAT_DXT1

#define VBN_FORMAT_DXT1   2

Definition at line 37 of file vbn.h.

◆ VBN_FORMAT_DXT5

#define VBN_FORMAT_DXT5   3

Definition at line 38 of file vbn.h.

◆ VBN_COMPRESSION_NONE

#define VBN_COMPRESSION_NONE   0

Definition at line 40 of file vbn.h.

◆ VBN_COMPRESSION_LZW

#define VBN_COMPRESSION_LZW   0x100

Definition at line 41 of file vbn.h.

◆ VBN_PIX_ALPHA

#define VBN_PIX_ALPHA   0

Definition at line 43 of file vbn.h.

◆ VBN_PIX_LUMINANCE

#define VBN_PIX_LUMINANCE   1

Definition at line 44 of file vbn.h.

◆ VBN_PIX_LUMINANCE_ALPHA

#define VBN_PIX_LUMINANCE_ALPHA   2

Definition at line 45 of file vbn.h.

◆ VBN_PIX_RGB

#define VBN_PIX_RGB   3

Definition at line 46 of file vbn.h.

◆ VBN_PIX_RGBA

#define VBN_PIX_RGBA   5

Definition at line 47 of file vbn.h.

◆ VBN_PIX_INDEX

#define VBN_PIX_INDEX   6

Definition at line 48 of file vbn.h.