openshot-audio  0.1.7
config_types.h
Go to the documentation of this file.
1 #ifndef __CONFIG_TYPES_H__
2 #define __CONFIG_TYPES_H__
3 
4 typedef int16_t ogg_int16_t;
5 typedef unsigned short ogg_uint16_t;
6 typedef int32_t ogg_int32_t;
7 typedef unsigned int ogg_uint32_t;
8 typedef int64_t ogg_int64_t;
9 
10 #endif
int64_t ogg_int64_t
Definition: config_types.h:8
int32_t ogg_int32_t
Definition: config_types.h:6
unsigned short ogg_uint16_t
Definition: config_types.h:5
unsigned int ogg_uint32_t
Definition: config_types.h:7
int16_t ogg_int16_t
Definition: config_types.h:4