16-bit unsigned (needed by Theora exp.)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15248 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-04-24 07:43:41 +00:00
parent 6b82b8e381
commit 9eaff54820
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
typedef int64_t ogg_int64_t;
typedef int32_t ogg_int32_t;
typedef uint32_t ogg_uint32_t;
typedef uint16_t ogg_uint16_t;
typedef int16_t ogg_int16_t;
#endif /* _OS_TYPES_H */