FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
sox.h File Reference

Go to the source code of this file.

Macros

#define SOX_FIXED_HDR   (4 + 8 + 8 + 4 + 4)
 Size of fixed header without magic.
 
#define SOX_TAG   MKTAG('.', 'S', 'o', 'X')
 

Macro Definition Documentation

#define SOX_FIXED_HDR   (4 + 8 + 8 + 4 + 4)

Size of fixed header without magic.

Definition at line 25 of file sox.h.

Referenced by sox_read_header(), and sox_write_header().

#define SOX_TAG   MKTAG('.', 'S', 'o', 'X')

Definition at line 27 of file sox.h.

Referenced by sox_probe(), and sox_read_header().