mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
removed redefinitions in includes - caused problems in older compilers
This commit is contained in:
parent
c8cf217c01
commit
41763e7710
1
HISTORY
1
HISTORY
@ -1,6 +1,7 @@
|
||||
VDR Plugin 'streamdev' Revision History
|
||||
---------------------------------------
|
||||
|
||||
- removed redefinitions in includes - caused problems in older compilers
|
||||
- fixed ts2ps.h defines
|
||||
- fixed missing virtual for cTS2PESRemux destructor
|
||||
- silenced format mismatch warning on 64bit OS
|
||||
|
@ -6,9 +6,6 @@
|
||||
|
||||
// Picture types:
|
||||
#define NO_PICTURE 0
|
||||
#define I_FRAME 1
|
||||
#define P_FRAME 2
|
||||
#define B_FRAME 3
|
||||
|
||||
namespace Streamdev {
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <vdr/receiver.h>
|
||||
|
||||
#include "server/streamer.h"
|
||||
#include "remux/tsremux.h"
|
||||
#include "common.h"
|
||||
|
||||
namespace Streamdev {
|
||||
|
Loading…
Reference in New Issue
Block a user