mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
Removed unnecessary namespace qualifier
This commit is contained in:
parent
44a71ffe8a
commit
64bf3e5ecf
@ -4,7 +4,7 @@
|
|||||||
* This file is based on a copy of remux.h from Klaus Schmidinger's
|
* This file is based on a copy of remux.h from Klaus Schmidinger's
|
||||||
* VDR, version 1.6.0.
|
* VDR, version 1.6.0.
|
||||||
*
|
*
|
||||||
* $Id: ts2pes.h,v 1.1 2009/06/19 06:32:40 schmirl Exp $
|
* $Id: ts2pes.h,v 1.2 2009/06/29 06:23:33 schmirl Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VDR_STREAMDEV_TS2PES_H
|
#ifndef VDR_STREAMDEV_TS2PES_H
|
||||||
@ -24,7 +24,7 @@ private:
|
|||||||
bool noVideo;
|
bool noVideo;
|
||||||
bool synced;
|
bool synced;
|
||||||
int skipped;
|
int skipped;
|
||||||
Streamdev::cTS2PES *ts2pes[MAXTRACKS];
|
cTS2PES *ts2pes[MAXTRACKS];
|
||||||
int numTracks;
|
int numTracks;
|
||||||
cStreamdevBuffer *resultBuffer;
|
cStreamdevBuffer *resultBuffer;
|
||||||
int resultSkipped;
|
int resultSkipped;
|
||||||
|
Loading…
Reference in New Issue
Block a user