summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-24 08:48:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-24 08:48:49 +0200
commit24bbaa277c546857176ff1485f67f6185d4fbedb (patch)
tree239cfd7430545b575f8108887aff9c8e210c920a /config.h
parenta28e2ef5b573d449d7331921f15f81b6b78dfa8e (diff)
downloadvdr-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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 4d265ff7..c7c30134 100644
--- a/config.h
+++ b/config.h
@@ -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