summaryrefslogtreecommitdiff
path: root/dxr3audiodecoder.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-06-05 08:39:51 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-06-05 08:39:51 +0200
commiteecd8d6b5fc35cd39b53f6c2642ccbc388d47044 (patch)
tree20d44f04ea0e456b2d8d297fc0a5d8c03ee1e055 /dxr3audiodecoder.h
parent718b8a4ab3e5e39cede1a58babbb18b27d2c55da (diff)
downloadvdr-plugin-dxr3-eecd8d6b5fc35cd39b53f6c2642ccbc388d47044.tar.gz
vdr-plugin-dxr3-eecd8d6b5fc35cd39b53f6c2642ccbc388d47044.tar.bz2
prepare parts of the audio pipline to work directly with cDxr3PesFrame
Diffstat (limited to 'dxr3audiodecoder.h')
-rw-r--r--dxr3audiodecoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h
index 4ef0706..d8c7c59 100644
--- a/dxr3audiodecoder.h
+++ b/dxr3audiodecoder.h
@@ -47,6 +47,9 @@ public:
void DecodeAc3Dts(const uint8_t* pPes, const uint8_t* buf, int length,
uint32_t pts, cDxr3SyncBuffer &aBuf);
+
+ void decode(cDxr3PesFrame *frame);
+
void Reset()
{
ac3dtsDecoder.Clear();