mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
fixed ts2ps.h defines
This commit is contained in:
parent
5644d3c03f
commit
c8cf217c01
1
HISTORY
1
HISTORY
@ -1,6 +1,7 @@
|
||||
VDR Plugin 'streamdev' Revision History
|
||||
---------------------------------------
|
||||
|
||||
- fixed ts2ps.h defines
|
||||
- fixed missing virtual for cTS2PESRemux destructor
|
||||
- silenced format mismatch warning on 64bit OS
|
||||
- added XBMC support by extending VTP capabilities (thanks to Alwin Esch)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user