BAT: Fix byte offset to first descriptor of transport stream loop for this table.
The transport stream loop started 2 bytes too far and the while() condition was pointing to 2 bytes too soon. The code has been corrected to first add 2 bytes to the current position, thereby skipping the length fields (which have already been read). Now the loop starts at the correct position.
Showing
Please register or sign in to comment