mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Disabled PS remuxer which is said to produce anything but PS
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifdef STREAMDEV_PS
|
||||
|
||||
#include "remux/ts2ps.h"
|
||||
#include "server/streamer.h"
|
||||
#include <vdr/channels.h>
|
||||
@@ -216,3 +218,4 @@ uchar *cTS2PSRemux::Get(int &Count)
|
||||
return resultData;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#ifdef STREAMDEV_PS
|
||||
|
||||
#ifndef VDR_STREAMDEV_TS2PSREMUX_H
|
||||
#define VDR_STREAMDEV_TS2PSREMUX_H
|
||||
|
||||
@@ -34,3 +36,5 @@ public:
|
||||
} // namespace Streamdev
|
||||
|
||||
#endif // VDR_STREAMDEV_TS2PSREMUX_H
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user