mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 12:23:59 +00:00
More
This commit is contained in:
parent
8980e807a8
commit
09d71641d8
@ -636,6 +636,7 @@ void process_page(teletext_page_t *page) {
|
||||
|
||||
void process_telx_packet(data_unit_t data_unit_id, teletext_packet_payload_t *packet, uint64_t timestamp) {
|
||||
// variable names conform to ETS 300 706, chapter 7.1.2
|
||||
uint8_t address, m, y, designation_code;
|
||||
uint8_t address = (unham_8_4(packet->address[1]) << 4) | unham_8_4(packet->address[0]);
|
||||
uint8_t m = address & 0x7;
|
||||
if (m == 0) m = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user