mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Removed unnecessary empty lines
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* $Id: si.h 4.3 2020/05/15 12:32:51 kls Exp $
|
||||
* $Id: si.h 5.1 2023/02/16 17:20:09 kls Exp $
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
@@ -47,7 +47,6 @@ enum TableId { TableIdPAT = 0x00, //program association section
|
||||
TableIdPremiereCIT = 0xA0 //premiere content information section
|
||||
};
|
||||
|
||||
|
||||
enum DescriptorTag {
|
||||
// defined by ISO/IEC 13818-1
|
||||
VideoStreamDescriptorTag = 0x02,
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* $Id: util.h 2.3 2012/02/26 13:58:26 kls Exp $
|
||||
* $Id: util.h 5.1 2023/02/16 17:20:09 kls Exp $
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
@@ -121,8 +121,6 @@ private:
|
||||
int off;
|
||||
};
|
||||
|
||||
|
||||
|
||||
//abstract base class
|
||||
class Parsable {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user