X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FMPEGDVBBundle%2FMPESection.hh;fp=senf%2FPackets%2FMPEGDVBBundle%2FMPESection.hh;h=92fc4a4556bdbfa75e6ca4857feceec3c1c3221e;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=d537eef53a4d15de72397be802f8d80f96381503;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Packets/MPEGDVBBundle/MPESection.hh b/senf/Packets/MPEGDVBBundle/MPESection.hh index d537eef..92fc4a4 100644 --- a/senf/Packets/MPEGDVBBundle/MPESection.hh +++ b/senf/Packets/MPEGDVBBundle/MPESection.hh @@ -132,16 +132,16 @@ namespace senf { /** \brief Dump given MPESection in readable form to given output stream */ static void dump(packet p, std::ostream & os); - + static void finalize(packet p); - + static factory_t nextPacketType(packet p); - + static PacketParserBase::size_type initSize(); static PacketParserBase::size_type initHeadSize(); }; - /** \brief MPESection packet typedef + /** \brief MPESection packet typedef \ingroup protocolbundle_mpegdvb */ typedef ConcretePacket MPESection;