mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
![Paul Gilbert](/assets/img/avatar_default.png)
A lot of the standard VideoDecoder methods were still treating the transparency track as part of the video, so methods like getFrameCount would return double the amount it should be. This refactoring properly separates the transparency track into a separate field entirely.