summaryrefslogtreecommitdiff
path: root/dxr3syncbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3syncbuffer.h')
-rw-r--r--dxr3syncbuffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h
index 9b84abd..49ed8c6 100644
--- a/dxr3syncbuffer.h
+++ b/dxr3syncbuffer.h
@@ -38,7 +38,7 @@ const uint32_t UNKNOWN_ASPECT_RATIO = 0xFFFFFFFF;
class cFixedLengthFrame : private Uncopyable {
public:
cFixedLengthFrame() : samplerate(UNKNOWN_DATA_RATE), channels(UNKNOWN_CHANNEL_COUNT), aspectratio(UNKNOWN_ASPECT_RATIO),
- pts(0), m_count(0), m_length(0)
+ pts(0), m_length(0)
{}
~cFixedLengthFrame();
@@ -56,7 +56,6 @@ public:
private:
uint8_t* m_pData;
- int m_count;
int m_length;
};