aboutsummaryrefslogtreecommitdiff
path: root/common/quicktime.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-04-08 22:46:19 -0400
committerMatthew Hoops2011-04-08 22:46:19 -0400
commit7c5dfaa04c2d02a22b301823bedb2940c3e590aa (patch)
treecb3feb850b2095f1f717ebe9ab99ad7ecd8fa5b6 /common/quicktime.h
parentfaee277978c54ccb3dcccfedc75ddb31f44e630f (diff)
downloadscummvm-rg350-7c5dfaa04c2d02a22b301823bedb2940c3e590aa.tar.gz
scummvm-rg350-7c5dfaa04c2d02a22b301823bedb2940c3e590aa.tar.bz2
scummvm-rg350-7c5dfaa04c2d02a22b301823bedb2940c3e590aa.zip
COMMON: Parse the MPEG-4 esds atom
Diffstat (limited to 'common/quicktime.h')
-rw-r--r--common/quicktime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/quicktime.h b/common/quicktime.h
index 42b48bbb94..8e6b0ec64c 100644
--- a/common/quicktime.h
+++ b/common/quicktime.h
@@ -163,6 +163,8 @@ protected:
uint32 start_time;
Common::Rational scaleFactorX;
Common::Rational scaleFactorY;
+
+ byte objectTypeMP4;
};
virtual SampleDesc *readSampleDesc(MOVStreamContext *st, uint32 format) = 0;
@@ -198,6 +200,7 @@ protected:
int readSTTS(MOVatom atom);
int readCMOV(MOVatom atom);
int readWAVE(MOVatom atom);
+ int readESDS(MOVatom atom);
};
} // End of namespace Common