setup-mplayer.c
branchtrunk
changeset 39 ba6464ebc3f9
parent 22 93aaf15c145a
     1.1 --- a/setup-mplayer.c	Sun Dec 12 11:31:54 2010 +0100
     1.2 +++ b/setup-mplayer.c	Sun Dec 12 11:53:00 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2010 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,6 +33,7 @@
    1.13    SlaveMode = 1;
    1.14    ResumeMode = 2;
    1.15    HideMainMenu = 0;
    1.16 +  PrevNextKeyMode = 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");