# HG changeset patch # User henry # Date 1114328621 0 # Node ID adaba898053d4fdf5d2713c5e369321095de57f2 # Parent 849a6f39964fbcf3458479e729d7b7bfa08f467c 16-bit unsigned (needed by Theora exp.) diff -r 849a6f39964f -r adaba898053d tremor/os_types.h --- a/tremor/os_types.h Sat Apr 23 21:23:58 2005 +0000 +++ b/tremor/os_types.h Sun Apr 24 07:43:41 2005 +0000 @@ -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 */