mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed a leftover debugging line
This commit is contained in:
parent
104bddc560
commit
f34a6d66a0
3
remux.h
3
remux.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: remux.h 5.1 2021/05/11 20:47:31 kls Exp $
|
* $Id: remux.h 5.2 2021/12/25 14:11:39 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __REMUX_H
|
#ifndef __REMUX_H
|
||||||
@ -225,7 +225,6 @@ int64_t PtsDiff(int64_t Pts1, int64_t Pts2);
|
|||||||
|
|
||||||
class cTsPayload {
|
class cTsPayload {
|
||||||
private:
|
private:
|
||||||
public://XXX
|
|
||||||
uchar *data;
|
uchar *data;
|
||||||
int length;
|
int length;
|
||||||
int pid;
|
int pid;
|
||||||
|
Loading…
Reference in New Issue
Block a user