mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 15:08:59 +00:00
2838776c4b
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.