aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/truemotion1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'video/codecs/truemotion1.cpp')
-rw-r--r--video/codecs/truemotion1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/codecs/truemotion1.cpp b/video/codecs/truemotion1.cpp
index b8a3c0ab37..e475c8426c 100644
--- a/video/codecs/truemotion1.cpp
+++ b/video/codecs/truemotion1.cpp
@@ -112,7 +112,7 @@ TrueMotion1Decoder::~TrueMotion1Decoder() {
void TrueMotion1Decoder::selectDeltaTables(int deltaTableIndex) {
if (deltaTableIndex > 3)
return;
-
+
for (byte i = 0; i < 8; i++) {
_ydt[i] = ydts[deltaTableIndex][i];
_cdt[i] = cdts[deltaTableIndex][i];