beandog / dvd_info

Linux/BSD/Cygwin DVD utilities - dvd_info, dvd_copy, dvd_backup, dvd_player, dvd_rip, dvd_drive_status
http://dvds.beandog.org
GNU General Public License v2.0
22 stars 4 forks source link

don't ignore last block in every cell #10

Open tremon015 opened 10 months ago

tremon015 commented 10 months ago

The block ranges for dvd cells are inclusive, so always include the last block when extracting.

closes: #5

tremon015 commented 10 months ago

I'm unsure what the rationale was for the original code, so it's possible this change violates some other corner case that I'm unaware of. But I've successfully extracted both video and audio DVD's with this change and have encountered no issues.