diff options
author | scop <scop> | 2005-03-21 19:58:43 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-21 19:58:43 +0000 |
commit | de90dbdc194e0c24d3f05ff70d59f23fe73cc600 (patch) | |
tree | f90a8c7fdafca83e2ab4d98444a989f53ee502fe | |
parent | d824d2094d13f593d521260a2466f815031def5d (diff) | |
download | vdr-plugin-dxr3-de90dbdc194e0c24d3f05ff70d59f23fe73cc600.tar.gz vdr-plugin-dxr3-de90dbdc194e0c24d3f05ff70d59f23fe73cc600.tar.bz2 |
0.2.3-pre3-cvs -> 0.2.3-cvs.
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | dxr3.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -230,7 +230,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - fixed dxr3osd_subpicutre.c - thanks to Paavo Hartikainen <pahartik@sci.fi> -2005-0?-??: Version 0.2.3-pre3 +2005-0?-??: Version 0.2.3-cvs - fixed output of anamorphic video when tv aspect is configured to 16:9 in DVB setup menu (Seppo Ingalsuo) @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * -* $Id: dxr3.c,v 1.1.2.2 2005/03/14 18:58:29 scop Exp $ +* $Id: dxr3.c,v 1.1.2.3 2005/03/21 20:01:42 scop Exp $ */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char *VERSION = "0.2.3-pre3-cvs"; +static const char *VERSION = "0.2.3-cvs"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; |