Go to the source code of this file.
Classes | |
| class | PESPacket |
| Allows us to transform TS packets to PES packets, which are used to hold PSIP tables as well as multimedia streams. More... | |
| class | SequenceHeader |
Functions | |
| unsigned char * | pes_alloc (uint size) |
| void | pes_free (unsigned char *ptr) |
| unsigned char* pes_alloc | ( | uint | size | ) |
Definition at line 334 of file pespacket.cpp.
Referenced by PESPacket::AddTSPacket(), and PESPacket::PESPacket().
| void pes_free | ( | unsigned char * | ptr | ) |
Definition at line 346 of file pespacket.cpp.
Referenced by PESPacket::AddTSPacket(), and PESPacket::~PESPacket().
1.5.5