aboutsummaryrefslogtreecommitdiff
path: root/common/quicktime.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-03-30 13:27:20 -0400
committerMatthew Hoops2012-03-30 13:39:48 -0400
commit7c4787e0dcef994999185faf594faf748d5f2ad8 (patch)
tree9827e5012d1316a31ebbde0f62b74c618ac4494f /common/quicktime.h
parent8a4da1e6b09db504bb7a376d3d2f8d95a4c6096c (diff)
downloadscummvm-rg350-7c4787e0dcef994999185faf594faf748d5f2ad8.tar.gz
scummvm-rg350-7c4787e0dcef994999185faf594faf748d5f2ad8.tar.bz2
scummvm-rg350-7c4787e0dcef994999185faf594faf748d5f2ad8.zip
COMMON: Read in QuickTime extra data for SVQ3
Diffstat (limited to 'common/quicktime.h')
-rw-r--r--common/quicktime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/quicktime.h b/common/quicktime.h
index efd2adbd21..12d79beb7b 100644
--- a/common/quicktime.h
+++ b/common/quicktime.h
@@ -205,6 +205,7 @@ protected:
int readCMOV(Atom atom);
int readWAVE(Atom atom);
int readESDS(Atom atom);
+ int readSMI(Atom atom);
};
} // End of namespace Common