From f4679c32d8fb3d38738419716ddb7a4526fd7e4e Mon Sep 17 00:00:00 2001 From: austriancoder Date: Mon, 10 Jan 2005 16:07:56 +0000 Subject: some littel fixes --- dxr3syncbuffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dxr3syncbuffer.h') diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h index 3ae5cc9..63c6e1e 100644 --- a/dxr3syncbuffer.h +++ b/dxr3syncbuffer.h @@ -39,10 +39,10 @@ const uint32_t UNKNOWN_ASPECT_RATIO = 0xFFFFFFFF; class cFixedLengthFrame { public: - explicit cFixedLengthFrame(); + cFixedLengthFrame(); ~cFixedLengthFrame(); - void Init(uint32_t lenght); + void Init(uint32_t lenght); void CopyFrame(const uint8_t* pStart, int length, uint32_t pts, eFrameType type); uint8_t* GetData(void); @@ -74,7 +74,7 @@ protected: static uint32_t m_staticAudioDataRate; private: - cFixedLengthFrame(); // you are not allowed to use this constructor +// cFixedLengthFrame(); // you are not allowed to use this constructor cFixedLengthFrame(cFixedLengthFrame&); // no copy constructor }; -- cgit v1.2.3