mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
eitd DMX::getSection: change char* to uint8_t
Origin commit data
------------------
Commit: c68321c68a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-07 (Tue, 07 Feb 2012)
This commit is contained in:
@@ -226,7 +226,7 @@ printf(" [sectionsd] check section for table 0x%02x table_extension 0x%04x last
|
||||
return false;
|
||||
}
|
||||
|
||||
int DMX::getSection(char *buf, const unsigned timeoutInMSeconds, int &timeouts)
|
||||
int DMX::getSection(uint8_t *buf, const unsigned timeoutInMSeconds, int &timeouts)
|
||||
{
|
||||
struct eit_extended_section_header {
|
||||
unsigned transport_stream_id_hi : 8;
|
||||
|
Reference in New Issue
Block a user