Code: Alles auswählen
p_requested_channels = (t_channel_id*)malloc(size_requested_channels);
Günther
Code: Alles auswählen
p_requested_channels = (t_channel_id*)malloc(size_requested_channels);
Code: Alles auswählen
StreamFeatureSelector.addItem(new CMenuForwarder(LOCALE_FAVORITES_MENUEADD, true, NULL, new CFavorites, id, CRCInput::convertDigitToKey(enabled_count), ""), false);
StreamFeatureSelector.addItem(new CMenuForwarder(LOCALE_TIMERLIST_NAME, true, NULL, new CTimerList(), id, CRCInput::RC_yellow, NEUTRINO_ICON_BUTTON_YELLOW), false);
Code: Alles auswählen
forwarderRec[i] = new CMenuForwarder(LOCALE_MOVIEBROWSER_DIR, false, g_settings.recording_dir[i]);