mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
Get rid of a magic number.
This commit is contained in:
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),
|
||||
|
Reference in New Issue
Block a user