diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-26 15:11:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-26 15:11:17 +0200 |
commit | c4b9c582705079e8ae8cf4a716ae75575e55e939 (patch) | |
tree | daab05a89cb7d781939d340e6633a4f748a52f93 /remux.h | |
parent | a86ed8181bc949c55ed808592471494a925e69a8 (diff) | |
download | vdr-c4b9c582705079e8ae8cf4a716ae75575e55e939.tar.gz vdr-c4b9c582705079e8ae8cf4a716ae75575e55e939.tar.bz2 |
Now setting the 'broken link' flag for GOPs at the beginning of a new video sequence
Diffstat (limited to 'remux.h')
-rw-r--r-- | remux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remux.h 1.9 2002/11/01 10:06:46 kls Exp $ + * $Id: remux.h 1.10 2003/04/26 14:13:11 kls Exp $ */ #ifndef __REMUX_H @@ -44,6 +44,7 @@ public: cRemux(int VPid, int APid1, int APid2, int DPid1, int DPid2, bool ExitOnFailure = false); ~cRemux(); uchar *Process(const uchar *Data, int &Count, int &Result, uchar *PictureType = NULL); + static void SetBrokenLink(uchar *Data, int Length); }; #endif // __REMUX_H |