mirror of https://github.com/mpv-player/mpv
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:
parent
6b82b8e381
commit
9eaff54820
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue