Recognizes if input is ogg or not.
[xiph.git] / Tremor / config_types.h
blob1fdcb27fe7910b541e00c3fa22aad18e3916e7bd
1 /********************************************************************
2 * *
3 * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. *
4 * *
5 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
6 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
7 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
8 * *
9 * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
10 * BY THE Xiph.Org FOUNDATION http://www.xiph.org/ *
11 * *
12 ********************************************************************
14 function: #ifdef jail to whip a few platforms into the UNIX ideal.
16 ********************************************************************/
17 #ifndef _OS_CVTYPES_H
18 #define _OS_CVTYPES_H
20 typedef long long ogg_int64_t;
21 typedef int ogg_int32_t;
22 typedef unsigned int ogg_uint32_t;
23 typedef short ogg_int16_t;
25 #endif