stream.c
branchtrunk
changeset 9 dc75c2890a31
parent 0 474a1293c3c0
child 29 640ce9201139
     1.1 --- a/stream.c	Sat Dec 29 14:54:06 2007 +0100
     1.2 +++ b/stream.c	Sat Dec 29 14:56:02 2007 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2006 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2007 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 @@ -389,7 +389,7 @@
    1.13             "Accept: audio/mpeg\r\n"   //XXX audio/x-mpegurl, */*
    1.14             "Icy-MetaData: 1\r\n"
    1.15             "%s\r\n",
    1.16 -           p,PLUGIN_NAME,PLUGIN_VERSION,h,a);
    1.17 +           p,PLUGIN_NAME,PluginVersion,h,a);
    1.18    free(p); free(h);  
    1.19  
    1.20    if(++cc==1) asyncStatus.Set(tr("Connecting to stream server ..."));