aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/animation.cpp
AgeCommit message (Collapse)Author
2013-08-20ZVISION: Handle rlf frame transitions internallyrichiesams
Animations use incremental frame changes. That is, only a few frames are complete (I-frames), the rest are just the pixels that change between the current frame and both the previous frame and the next frame (B-frames). See https://en.wikipedia.org/wiki/Video_compression_picture_types
2013-08-20ZVISION: Create method to play RlfAnimationsrichiesams