diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-06 14:52:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-06 14:52:50 +0200 |
commit | b9a8abbe93f1cc404dc415785bf7a2743111bbab (patch) | |
tree | 2302d6727118bf127c79fab24dc3c52fb92aa17a /config.h | |
parent | f8386cdd8bb0fbad05eb7db09bdfd840bac324c8 (diff) | |
download | vdr-b9a8abbe93f1cc404dc415785bf7a2743111bbab.tar.gz vdr-b9a8abbe93f1cc404dc415785bf7a2743111bbab.tar.bz2 |
Fixed the TS to PES repacker so that it works with MPEG1 streams
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.165 2003/06/12 20:37:14 kls Exp $ + * $Id: config.h 1.166 2003/08/06 14:45:10 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.2.2" -#define VDRVERSNUM 10202 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.2.3" +#define VDRVERSNUM 10203 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |