From 1072f8978350e57f7aa35aaa79081e5031a12901 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 6 Sep 2008 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.6.0-2=20-=20Updated=20the=20Italian=20OSD?= =?UTF-8?q?=20texts=20(thanks=20to=20Diego=20Pierotto).=20-=20The=20SVDRP?= =?UTF-8?q?=20signon=20message=20now=20indicates=20the=20character=20encod?= =?UTF-8?q?ing=20in=20use,=20as=20in=20=20=20"220=20video=20SVDRP=20VideoD?= =?UTF-8?q?iskRecorder=201.7.1;=20Fri=20May=20=202=2016:17:10=202008;=20IS?= =?UTF-8?q?O-8859-1".=20=20=20This=20may=20be=20useful=20for=20instance=20?= =?UTF-8?q?for=20external=20tools=20that=20provide=20EPG=20data,=20so=20th?= =?UTF-8?q?at=20=20=20they=20can=20correctly=20encode=20the=20strings.=20-?= =?UTF-8?q?=20No=20longer=20calling=20FcFini()=20to=20avoid=20problems=20w?= =?UTF-8?q?ith=20older=20(broken)=20versions=20of=20=20=20fontconfig=20(su?= =?UTF-8?q?ggested=20by=20Edgar=20Toernig).=20-=20Updated=20the=20sources.?= =?UTF-8?q?conf=20file=20(thanks=20to=20Oleg=20Roitburd).=20-=20Fixed=20a?= =?UTF-8?q?=20possible=20integer=20overflow=20in=20GetAbsTime()=20(thanks?= =?UTF-8?q?=20to=20Alexander=20Rieger).=20-=20Fixed=20a=20problem=20with?= =?UTF-8?q?=20calling=20isyslog()=20from=20within=20the=20SignalHandler()?= =?UTF-8?q?=20(thanks=20=20=20to=20Udo=20Richter).=20-=20Replaced=20the=20?= =?UTF-8?q?Finnish=20language=20code=20"smi"=20with=20"suo"=20(thanks=20to?= =?UTF-8?q?=20Rolf=20Ahrenberg).=20-=20Fixed=20wrong=20value=20for=20Table?= =?UTF-8?q?IdBAT=20in=20libsi/si.h=20(thanks=20to=20Winfried=20K=C3=B6hler?= =?UTF-8?q?).=20-=20Removed=20unneeded=20include=20files=20=20und=20=20from=20remux.h=20=20=20(reported=20by=20T?= =?UTF-8?q?obias=20Grimm).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libsi/si.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libsi') diff --git a/libsi/si.h b/libsi/si.h index a156d76..d00cb8f 100644 --- a/libsi/si.h +++ b/libsi/si.h @@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: si.h 1.17 2007/04/22 13:32:09 kls Exp $ + * $Id: si.h 1.17.1.1 2008/09/06 12:40:49 kls Exp $ * * ***************************************************************************/ @@ -28,7 +28,7 @@ enum TableId { TableIdPAT = 0x00, //program association section TableIdNIT_other = 0x41, //network information section, other network TableIdSDT = 0x42, //service description section TableIdSDT_other = 0x46, - TableIdBAT = 0x46, //bouquet association section + TableIdBAT = 0x4A, //bouquet association section TableIdEIT_presentFollowing = 0x4E, //event information section TableIdEIT_presentFollowing_other = 0x4F, //range from 0x50 to 0x5F -- cgit v1.2.3