Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-27 15:07:17 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-27 15:07:17 +0400
commitdf99757cf19f203a962b96ae7c57d3e6df0c9bce (patch)
tree84b78d371bb5fa9ef6c5c436191b67ecd41ec28c /src/filters/muxer
parentc7c708bfeadd0cfcdc2c8b05dca18bb6de738482 (diff)
remove unneeded typedef QWORD
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5296 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/muxer')
-rw-r--r--src/filters/muxer/MatroskaMuxer/MatroskaFile.h24
1 files changed, 11 insertions, 13 deletions
diff --git a/src/filters/muxer/MatroskaMuxer/MatroskaFile.h b/src/filters/muxer/MatroskaMuxer/MatroskaFile.h
index 5950861fd..e244ade7d 100644
--- a/src/filters/muxer/MatroskaMuxer/MatroskaFile.h
+++ b/src/filters/muxer/MatroskaMuxer/MatroskaFile.h
@@ -28,8 +28,6 @@
namespace MatroskaWriter
{
- typedef unsigned __int64 QWORD;
-
class CID
{
protected:
@@ -74,7 +72,7 @@ namespace MatroskaWriter
strcpy_s((char*)GetData(), str.GetLength() + 1, str);
return *this;
}
- // CBinary& Set(CStringA str) {SetCount(str.GetLength()); memcpy((char*)GetData(), str, str.GetLength()); return *this;}
+ //CBinary& Set(CStringA str) {SetCount(str.GetLength()); memcpy((char*)GetData(), str, str.GetLength()); return *this;}
QWORD Size(bool fWithHeader = true);
HRESULT Write(IStream* pStream);
};
@@ -300,7 +298,7 @@ namespace MatroskaWriter
CInt ReferenceVirtual;
CBinary CodecState;
CBlock Block;
- // CNode<TimeSlice> TimeSlices;
+ //CNode<TimeSlice> TimeSlices;
BlockGroup(DWORD id = 0xA0);
QWORD Size(bool fWithHeader = true);
@@ -318,16 +316,16 @@ namespace MatroskaWriter
HRESULT Write(IStream* pStream);
};
- /* class CueReference : public CID
- {
- public:
- CUInt CueRefTime, CueRefCluster, CueRefNumber, CueRefCodecState;
+ /*class CueReference : public CID
+ {
+ public:
+ CUInt CueRefTime, CueRefCluster, CueRefNumber, CueRefCodecState;
+
+ CueReference(DWORD id = 0xDB);
+ QWORD Size(bool fWithHeader = true);
+ HRESULT Write(IStream* pStream);
+ };*/
- CueReference(DWORD id = 0xDB);
- QWORD Size(bool fWithHeader = true);
- HRESULT Write(IStream* pStream);
- };
- */
class CueTrackPosition : public CID
{
public: