mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Get rid of a magic number.
This commit is contained in:
parent
2dcf3bbd6a
commit
443dd9706a
2
tuner.c
2
tuner.c
@ -18,7 +18,7 @@ cSatipTuner::cSatipTuner(cSatipDeviceIf &deviceP, unsigned int packetLenP)
|
||||
deviceIdM(deviceP.GetId()),
|
||||
rtspM(*this),
|
||||
rtpM(*this, packetLenP),
|
||||
rtcpM(*this, 1500),
|
||||
rtcpM(*this, eApplicationMaxSizeB),
|
||||
streamAddrM(""),
|
||||
streamParamM(""),
|
||||
currentServerM(NULL),
|
||||
|
Loading…
Reference in New Issue
Block a user