diff options
author | Einar Johan Trøan Sømåen | 2012-07-27 00:05:15 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-27 00:05:15 +0200 |
commit | bb131aaa072d1d75e7d1c0a5f6f0ef3614fc8eb7 (patch) | |
tree | 1318857f4a33ade24b8370ec481b8d4fe29d54e8 /engines/wintermute/video | |
parent | 90e174eeb28a956e67b3e3e2d2b38489ded958c8 (diff) | |
download | scummvm-rg350-bb131aaa072d1d75e7d1c0a5f6f0ef3614fc8eb7.tar.gz scummvm-rg350-bb131aaa072d1d75e7d1c0a5f6f0ef3614fc8eb7.tar.bz2 scummvm-rg350-bb131aaa072d1d75e7d1c0a5f6f0ef3614fc8eb7.zip |
WINTERMUTE: Clean up some TODOs.
Diffstat (limited to 'engines/wintermute/video')
-rw-r--r-- | engines/wintermute/video/video_theora_player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.cpp b/engines/wintermute/video/video_theora_player.cpp index 6468f02524..ada645c972 100644 --- a/engines/wintermute/video/video_theora_player.cpp +++ b/engines/wintermute/video/video_theora_player.cpp @@ -410,7 +410,7 @@ bool VideoTheoraPlayer::writeVideo() { return STATUS_OK; } -void VideoTheoraPlayer::writeAlpha() { +void VideoTheoraPlayer::writeAlpha() { // TODO: Endian-fix. if (_alphaImage && _surface.w == _alphaImage->getSurface()->w && _surface.h == _alphaImage->getSurface()->h) { assert(_alphaImage->getSurface()->format.bytesPerPixel == 4); assert(_surface.format.bytesPerPixel == 4); |