summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-24 07:43:41 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-24 07:43:41 +0000
commit9eaff548207834f2e94f97829ce0e56e029445d9 (patch)
treec10e3f75f0604218fe1d8923a66dd93edb034d1c /tremor
parent6b82b8e381d03ba88f1ffbf0902af426016cae32 (diff)
downloadmpv-9eaff548207834f2e94f97829ce0e56e029445d9.tar.bz2
mpv-9eaff548207834f2e94f97829ce0e56e029445d9.tar.xz
16-bit unsigned (needed by Theora exp.)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15248 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'tremor')
-rw-r--r--tremor/os_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tremor/os_types.h b/tremor/os_types.h
index a2c3ccc7c3..b3ccc85658 100644
--- a/tremor/os_types.h
+++ b/tremor/os_types.h
@@ -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 */