mirror of https://github.com/mpv-player/mpv
d87a84ca89
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. |
||
---|---|---|
.. | ||
charset_conv.c | ||
charset_conv.h | ||
dispatch.c | ||
dispatch.h | ||
ring.c | ||
ring.h |