mjuhasz / BDSup2Sub

Blu-Ray/DVD subtitle editor
Apache License 2.0
211 stars 47 forks source link

Update src/main/java/bdsup2sub/supstream/bd/SupBD.java #21

Closed rakuennow closed 12 years ago

rakuennow commented 12 years ago

Change all DWord(packetHeader, 6, dts) to DWord(packetHeader, 6, 0). Change line 747 from Start Time to End Time.

These changes are meant to fix the flashing/disappearing .sup (BD) problem that still persists with XBMC. eac3to demuxed .sup files do not have this problem and they generally leave DTS headers blank.

mjuhasz commented 12 years ago

I am on a trip now and cannot test your commit. It looks good though so I am going to merge it and put out a new snapshot version to the download section so you (or anyone else having this problem) can test it and give feedback. Thank you for your contribution!