Mercurial > mplayer.hg
changeset 15247:adaba898053d
16-bit unsigned (needed by Theora exp.)
author | henry |
---|---|
date | Sun, 24 Apr 2005 07:43:41 +0000 |
parents | 849a6f39964f |
children | 43e55b3d1af0 |
files | tremor/os_types.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */