diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-10 12:42:10 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-10 12:42:10 +0200 |
commit | 4ea2daeebec3b37e34882d4aa84a9eb6a128ae0d (patch) | |
tree | 14f68053b78a97e02cfc53e5dbb3d4914d9fcf99 /config.h | |
parent | 89bf34e362217b614869562e45cf3de4a3238648 (diff) | |
download | vdr-4ea2daeebec3b37e34882d4aa84a9eb6a128ae0d.tar.gz vdr-4ea2daeebec3b37e34882d4aa84a9eb6a128ae0d.tar.bz2 |
Improved AC3 decoding when replaying DVDs
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.57 2001/08/05 15:50:00 kls Exp $ + * $Id: config.h 1.58 2001/08/10 12:40:43 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.90" +#define VDRVERSION "0.91" #define MaxBuffer 10000 |