diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | xineliboutput.c | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,6 +1,10 @@ VDR Plugin 'xineliboutput' Revision History ------------------------------------------- +????-??-??: Version 1.0.2 + +- + 2008-05-07: Version 1.0.1 - Fixed freezes while zapping and/or seeking diff --git a/xineliboutput.c b/xineliboutput.c index 1789160b..24df108f 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -1,7 +1,7 @@ /* * vdr-xineliboutput: xine-lib based output device plugin for VDR * - * Copyright (C) 2003-2006 Petri Hintukainen <phintuka@cc.hut.fi> + * Copyright (C) 2003-2008 Petri Hintukainen <phintuka@users.sourceforge.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.30 2008-05-07 12:31:55 phintuka Exp $ + * $Id: xineliboutput.c,v 1.31 2008-05-07 14:06:55 phintuka Exp $ * */ @@ -41,7 +41,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.1"; +static const char *VERSION = "1.0.2-cvs"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |