summaryrefslogtreecommitdiff
path: root/remux/extern.c
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2012-11-02 09:09:15 +0100
committerFrank Schmirler <vdr@schmirler.de>2012-11-02 09:09:15 +0100
commitbe9da74958088474231b080ee1b72f2cb9d69418 (patch)
tree773d135cf8c4b0c30f7bb552187163007fbe4229 /remux/extern.c
parente7bcc9349c6cf4549bd845067acd7b70b655cddc (diff)
downloadvdr-plugin-streamdev-be9da74958088474231b080ee1b72f2cb9d69418.tar.gz
vdr-plugin-streamdev-be9da74958088474231b080ee1b72f2cb9d69418.tar.bz2
Support HTTP HEAD requests with external remuxer
Diffstat (limited to 'remux/extern.c')
-rw-r--r--remux/extern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remux/extern.c b/remux/extern.c
index 49be1ce..3ac68bb 100644
--- a/remux/extern.c
+++ b/remux/extern.c
@@ -295,7 +295,7 @@ void cTSExt::Put(const uchar *Data, int Count)
}
cExternRemux::cExternRemux(const cServerConnection *Connection, const cChannel *Channel, const int *Apids, const int *Dpids):
- m_ResultBuffer(new cRingBufferLinear(WRITERBUFSIZE, TS_SIZE * 2)),
+ m_ResultBuffer(new cRingBufferLinear(WRITERBUFSIZE)),
m_Remux(new cTSExt(m_ResultBuffer, Connection, Channel, Apids, Dpids))
{
m_ResultBuffer->SetTimeouts(500, 100);