mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Improved cutting MPEG-2 video
This commit is contained in:
4
remux.h
4
remux.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: remux.h 2.36 2012/11/19 10:22:28 kls Exp $
|
||||
* $Id: remux.h 2.37 2013/01/20 11:43:59 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __REMUX_H
|
||||
@@ -217,6 +217,8 @@ private:
|
||||
int length;
|
||||
int pid;
|
||||
int index; // points to the next byte to process
|
||||
protected:
|
||||
void Reset(void) { index = 0; }
|
||||
public:
|
||||
cTsPayload(void);
|
||||
cTsPayload(uchar *Data, int Length, int Pid = -1);
|
||||
|
||||
Reference in New Issue
Block a user