summaryrefslogtreecommitdiff
path: root/dxr3pesframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3pesframe.h')
-rw-r--r--dxr3pesframe.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/dxr3pesframe.h b/dxr3pesframe.h
index 305542b..4bdc448 100644
--- a/dxr3pesframe.h
+++ b/dxr3pesframe.h
@@ -24,6 +24,7 @@
#include <assert.h>
#include <stdint.h>
+#include "Uncopyable.h"
// ==================================
enum eVideoFrameType
@@ -81,8 +82,7 @@ private:
// ==================================
// pes - packetized elementary stream
-class cDxr3PesFrame
-{
+class cDxr3PesFrame : private Uncopyable {
public:
// ==================================
@@ -248,10 +248,6 @@ protected:
protected:
static const uint32_t MAX_PES_HEADER_SIZE;
-
-private:
- cDxr3PesFrame(cDxr3PesFrame&); // no copy constructor
-
};
#endif /*_DXR3PESFRAME_H_*/