wselectlist.cc wjpeg.cc wsymbol.cc wbutton.cc wtextbox.cc
woptionpane.cc woptionbox.cc wremoteconfig.cc wtabbar.cc led.cc
inputman.cc input.cc inputudp.cc inputlirc.cc vpicturebanner.cc
- abstractoption.cc eventdispatcher.cc vdrrequestpacket.cc
+ eventdispatcher.cc vdrrequestpacket.cc
vdrresponsepacket.cc vvideolivetv.cc sleeptimer.cc
wprogressbar.cc bitmap.cc dvbsubtitles.cc tfeed.cc vteletextview.cc
teletextdecodervbiebu.cc teletxt/txtfont.cc movieinfo.cc seriesinfo.cc
playervideorec.cc playervideolive.cc playerradiolive.cc playerradiorec.cc
imageloader.cc image.cc telem.cc
)
+# abstractoption.cc
set (VOMP_OBJ_RASPBERRY
main.cc threadp.cc osdopenvg.cc ledraspberry.cc videoomx.cc audioomx.cc imageomx.cc
+++ /dev/null
-/*
- Copyright 2007-2008 Marten Richter
-
- This file is part of VOMP.
-
- VOMP is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- VOMP is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with VOMP; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-*/
-#include "abstractoption.h"
-#include "vdr.h"
-#include "option.h"
-
-/*
-bool AbstractOption::loadOptionsFromServer(VDR* vdr)
-{
- return true;
-}
-
-bool AbstractOption::saveOptionstoServer()
-{
- return true;
-}
-
-bool AbstractOption::addOptionPagesToWTB(WTabBar *wtb)
-{
- return true;
-}
-
-bool AbstractOption::addOptionsToPanes(int panenumber,Options *options,WOptionPane* pane)
-{
- return true;
-}
-
-bool AbstractOption::handleOptionChanges(Option* option)
-{
- return false;
-}*/
-
}
}
+/*
static u8 PTSDifference(u8 pts1, u8 pts2)
{
// Assume pts1, pts2 < 2^33; calculate pts1 - pts2
else
return (1LL<<33) + pts1 - pts2;
}
+*/
static i8 PTSDifference2(u8 now, u8 next)
{