Code changes:
- Fix issue with RWOps not handling end-of-files (Thanks @playmer)
- Fix issue with namespace collisions when compiling with msvc (Thanks @playmer)
- Add a function for fetching the aspect ratio of the video frame (Thanks @jsm174)
- Fix input handling in audioplayer example
- Stop crashing if video frame size changes on the fly
New APIs:
- Kit_GetPlayerAspectRatio()
- Kit_GetPlayerVideoDataArea()
Other changes:
- Update CI to check against gcc 11, 12, 13 and clang 13, 14, 15.