Setup debian package build environment in 'debian/'
[senf.git] / Packets / MPEGDVBBundle / TransportPacket.hh
index 365fee4..323ff78 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
-//     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
+//     Thorsten Horstmann <thorsten.horstmann@fokus.fraunhofer.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -115,6 +115,8 @@ namespace senf {
     
     /** \brief Transport packet typedef */
     typedef TransportPacketType::packet TransportPacket;
+    
+    #define TRANSPORT_PACKET_SYNC_BYTE 0x47
   
 }