summaryrefslogtreecommitdiff
path: root/dxr3pesframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3pesframe.h')
-rw-r--r--dxr3pesframe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dxr3pesframe.h b/dxr3pesframe.h
index 6eddd68..5faa175 100644
--- a/dxr3pesframe.h
+++ b/dxr3pesframe.h
@@ -23,7 +23,7 @@
#define _DXR3PESFRAME_H_
#include <assert.h>
-#include "dxr3audio.h"
+#include <stdint.h>
#include "uncopyable.h"
// ==================================
@@ -117,7 +117,6 @@ public:
// needed for audio
uint32_t decodedSize;
int16_t *decoded;
- SampleContext ctx;
private:
ePesDataType m_pesDataType;