fflewddur / tivolibre

Java app and library for decoding TiVo files to standard MPEG files.
GNU General Public License v3.0
34 stars 4 forks source link

Missing byte mask after some losses of TS synchronization #5

Closed fflewddur closed 9 years ago

fflewddur commented 9 years ago

In certain instances of losing TS synchronization, we don't mask a byte at the 0xN000bf offset with 0xc0 while the DirectShow filter does.