diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-02-05 18:52:03 +0100 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-02-05 18:52:03 +0100 |
commit | 0265b061dc0706a450b1037e5c89da50d8dbcb44 (patch) | |
tree | 9537352a801ed36183598b40f4b449616717f10c /dxr3pesframe.h | |
parent | ca07a1f8834137c9573c2ceabf0805e900ecbd05 (diff) | |
download | vdr-plugin-dxr3-0265b061dc0706a450b1037e5c89da50d8dbcb44.tar.gz vdr-plugin-dxr3-0265b061dc0706a450b1037e5c89da50d8dbcb44.tar.bz2 |
there is no need to store SampleContext in pesframe
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 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; |