cedric.dewijs@telfort.nl wrote:
Hi Richard, Could you show the changes you made? Maybe we can see from that what you missed :-)
Hi Cedric,
Thanks for your help.
In dvbhddevice.c :
- static const char *VERSION = "2.2.0"; + static const char *VERSION = "2.3.1";
In dvbhdffdevice.c:
void cDvbHdFfDevice::SetAudioTrackDevice(eTrackType Type) { //printf("SetAudioTrackDevice %d\n", Type); const tTrackId *TrackId = GetTrack(Type); if (TrackId && TrackId->id) { int streamType = 0; - cChannel * channel = Channels.GetByNumber(CurrentChannel()); + LOCK_CHANNELS_READ; + const cChannel * channel = Channels->GetByNumber(CurrentChannel());
After making these changes, the plugin compiled without error.
Regards,
Richard