diff options
author | schmirl <schmirl> | 2009-07-06 06:14:20 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2009-07-06 06:14:20 +0000 |
commit | c8cf217c010d4bec1fd01d4e9b50025a90f6d874 (patch) | |
tree | 1462365c03e4a906df725c87270f49c406eb88c7 /remux | |
parent | 5644d3c03fca04d52fc3cc0017784f866a746015 (diff) | |
download | vdr-plugin-streamdev-c8cf217c010d4bec1fd01d4e9b50025a90f6d874.tar.gz vdr-plugin-streamdev-c8cf217c010d4bec1fd01d4e9b50025a90f6d874.tar.bz2 |
fixed ts2ps.h defines
Diffstat (limited to 'remux')
-rw-r--r-- | remux/ts2ps.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remux/ts2ps.h b/remux/ts2ps.h index 63ce992..2380c15 100644 --- a/remux/ts2ps.h +++ b/remux/ts2ps.h @@ -1,5 +1,5 @@ -#ifndef VDR_STREAMDEV_TS2PESREMUX_H -#define VDR_STREAMDEV_TS2PESREMUX_H +#ifndef VDR_STREAMDEV_TS2PSREMUX_H +#define VDR_STREAMDEV_TS2PSREMUX_H #include "remux/tsremux.h" #include "server/streamer.h" @@ -33,4 +33,4 @@ public: } // namespace Streamdev -#endif // VDR_STREAMDEV_TS2PESREMUX_H +#endif // VDR_STREAMDEV_TS2PSREMUX_H |