diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-24 08:48:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-24 08:48:49 +0200 |
commit | 24bbaa277c546857176ff1485f67f6185d4fbedb (patch) | |
tree | 239cfd7430545b575f8108887aff9c8e210c920a /config.h | |
parent | a28e2ef5b573d449d7331921f15f81b6b78dfa8e (diff) | |
download | vdr-24bbaa277c546857176ff1485f67f6185d4fbedb.tar.gz vdr-24bbaa277c546857176ff1485f67f6185d4fbedb.tar.bz2 |
Modified handling of audio packets in cDvbPlayer for better sync with external AC3 replay
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 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.159 2003/05/16 12:27:58 kls Exp $ + * $Id: config.h 1.160 2003/05/19 15:27:37 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.1.32" -#define VDRVERSNUM 10132 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.1.33" +#define VDRVERSNUM 10133 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |