aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/coktelvideo/coktelvideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/coktelvideo/coktelvideo.cpp')
-rw-r--r--graphics/video/coktelvideo/coktelvideo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/video/coktelvideo/coktelvideo.cpp b/graphics/video/coktelvideo/coktelvideo.cpp
index 7b9d2ebb36..aa262c8f90 100644
--- a/graphics/video/coktelvideo/coktelvideo.cpp
+++ b/graphics/video/coktelvideo/coktelvideo.cpp
@@ -919,6 +919,7 @@ void Imd::videoData(uint32 size, State &state) {
_stream->read(_frameData, size);
_frameDataLen = size;
+/*
if (_vidMemWidth <= state.right) {
state.left = 0;
state.right -= state.left;
@@ -931,6 +932,7 @@ void Imd::videoData(uint32 size, State &state) {
}
if (_vidMemHeight <= state.bottom)
state.bottom = _vidMemHeight -1;
+*/
state.flags |= renderFrame(state.left, state.top, state.right, state.bottom);
state.flags |= _frameData[0];