mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 04:01:03 +00:00
818e681746
The movies for Crusader: No Remorse have a unique decoder which is not too hard to implement. Unfortunately, they don't properly implement the "compression" FourCC, and instead put their ID in the "Stream Handler". Since supporting them requires a change to the existing Image API, I thought I should make a pull request for comments. With this change, the movies in Crusader can all be played nicely.