1.1 --- a/setup-mplayer.c Tue Feb 03 12:28:53 2009 +0800
1.2 +++ b/setup-mplayer.c Tue Feb 03 20:33:04 2009 +0800
1.3 @@ -1,7 +1,7 @@
1.4 /*
1.5 * MP3/MPlayer plugin to VDR (C++)
1.6 *
1.7 - * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
1.8 + * (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
1.9 *
1.10 * This code is free software; you can redistribute it and/or
1.11 * modify it under the terms of the GNU General Public License
1.12 @@ -33,7 +33,6 @@
1.13 SlaveMode = 1;
1.14 ResumeMode = 2;
1.15 HideMainMenu = 0;
1.16 - OsdPos = 0;
1.17 memset(KeyCmd,0,sizeof(KeyCmd));
1.18 strcpy(KeyCmd[1],"audio_delay +0.1");
1.19 strcpy(KeyCmd[7],"audio_delay -0.1");