Fixed continuity counters for HLS
This commit is contained in:
parent
701b421d9c
commit
7bf5b4093b
2 changed files with 19 additions and 2 deletions
|
@ -50,7 +50,7 @@ namespace TS {
|
|||
///the first 188 characters of a char array
|
||||
///\param Data The char array that contains the data to be read into the packet
|
||||
///\return true if successful (which always happens, or else a segmentation fault should occur)
|
||||
bool Packet::FromPointer(char * Data) {
|
||||
bool Packet::FromPointer(const char * Data) {
|
||||
strBuf = std::string(Data, 188);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue