diff options
-rw-r--r-- | dxr3pesframe.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3pesframe.h b/dxr3pesframe.h index 3a8cdf9..c4723f7 100644 --- a/dxr3pesframe.h +++ b/dxr3pesframe.h @@ -24,6 +24,7 @@ #include <assert.h> #include <stdint.h> +#include "dxr3audio.h" #include "Uncopyable.h" // ================================== @@ -150,6 +151,11 @@ protected: static uint32_t m_staticAspectRatio; + // needed for audio + uint32_t decodedSize; + const int16_t *decoded; + SampleContext ctx; + protected: static const uint32_t MAX_PES_HEADER_SIZE; }; |