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

Incomplete TS packets are discarded #3

Closed fflewddur closed 9 years ago

fflewddur commented 9 years ago

If a Transport Stream ends with an incomplete packet (length < 188), we discard it. The TiVo DirectShow filter, however, will still write it to disk. We should mimic that behavior.