genpsi.cpp: fix offset for crc32

Origin commit data
------------------
Branch: ni/coolstream
Commit: fb36b1e659
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-01-25 12:34:53 +01:00
parent 65959be447
commit ffe1ecf44f

View File

@@ -371,6 +371,7 @@ void CGenPsi::build_pmt(uint8_t* buffer)
buffer[off++] = (/*descriptor_magazine_number*/ 0x01 & 0x06) | ((/*descriptor_type*/ 0x01 << 3) & 0xF8);
buffer[off++] = 0x00 ; //Teletext_page_number
}
off--;
buffer[0x07] = off-3; // update section_length
// Put CRC in ts[0x29...0x2c]