diff options
author | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:44:53 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:44:53 +0100 |
commit | 008ea7f151dd84b314062a272ad61448f51df605 (patch) | |
tree | f239ede406d0c0bb1bf5e9d2b08a37027c14e635 /common.c | |
parent | 7254a6752808830d5fc133e5362da6c47f3f84ff (diff) | |
download | vdr-plugin-streamdev-008ea7f151dd84b314062a272ad61448f51df605.tar.gz vdr-plugin-streamdev-008ea7f151dd84b314062a272ad61448f51df605.tar.bz2 |
Snapshot 2009-07-01
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,5 @@ /* - * $Id: common.c,v 1.9 2009/01/16 11:35:43 schmirl Exp $ + * $Id: common.c,v 1.10 2009/06/19 06:32:38 schmirl Exp $ */ #include <vdr/channels.h> @@ -10,13 +10,11 @@ using namespace std; -const char *VERSION = "0.5.0-pre-20090611"; +const char *VERSION = "0.5.0-pre-20090701"; const char *StreamTypes[st_Count] = { "TS", -#if APIVERSNUM < 10703 "PES", -#endif "PS", "ES", "Extern", |