Bug #925 ยป 0003-updated-to-recent-VDR-api.patch
| receiver/livereceiver.cpp | ||
|---|---|---|
|
}
|
||
|
cLiveReceiver::cLiveReceiver(cChannel *Channel, cDevice *Device)
|
||
|
: cReceiver( Channel->GetChannelID(), 0, Channel->Vpid(), Channel->Apids(), Channel->Dpids(), Channel->Spids()),
|
||
|
: cReceiver(Channel, 0),
|
||
|
mDevice(Device), mChannel(Channel){
|
||
|
this->mLiveBuffer = NULL;
|
||
|
this->mOutputBuffer = NULL;
|
||