diff options
Diffstat (limited to 'dxr3pesframe.h')
-rw-r--r-- | dxr3pesframe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dxr3pesframe.h b/dxr3pesframe.h index c4723f7..555672d 100644 --- a/dxr3pesframe.h +++ b/dxr3pesframe.h @@ -121,7 +121,7 @@ public: return m_offset; } -protected: +private: void InitData() { m_pesDataType = PES_UNKNOWN_DATA; @@ -156,7 +156,6 @@ protected: const int16_t *decoded; SampleContext ctx; -protected: static const uint32_t MAX_PES_HEADER_SIZE; }; |