diff options
author | wm4 <wm4@nowhere> | 2014-05-29 23:56:37 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-05-30 02:15:25 +0200 |
commit | d87a84ca89d92ab9b93ead2c483d2f45e8fd2ec3 (patch) | |
tree | c99a55f508d9edb6212b6b3b9b1d8d5eed8cc8e6 /TOOLS/lua | |
parent | e127cfa0b51322f1c78c42634ae740d57ff17f00 (diff) | |
download | mpv-d87a84ca89d92ab9b93ead2c483d2f45e8fd2ec3.tar.bz2 mpv-d87a84ca89d92ab9b93ead2c483d2f45e8fd2ec3.tar.xz |
ring: use a different type for read/write pointers
uint_least32_t could be larger than uint32_t, so the return values of
mp_ring_get_wpos/rpos must be adjusted. Actually just use unsigned long
as type instead, because that is less awkward than uint_least32_t.
Diffstat (limited to 'TOOLS/lua')
0 files changed, 0 insertions, 0 deletions