mpv/misc
wm4 d87a84ca89 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.
2014-05-30 02:15:25 +02:00
..
charset_conv.c
charset_conv.h
dispatch.c
dispatch.h
ring.c ring: use a different type for read/write pointers 2014-05-30 02:15:25 +02:00
ring.h