[vlc-commits] [Git][videolan/vlc][master] contrib: dvdnav: update title parts patch from upstream
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Aug 20 06:47:13 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c149deb2 by Johannes Kauffmann at 2025-08-20T06:09:14+00:00
contrib: dvdnav: update title parts patch from upstream
The patch was updated upstream.
- - - - -
1 changed file:
- contrib/src/dvdnav/0001-Check-the-the-title-parts-read-are-available.patch
Changes:
=====================================
contrib/src/dvdnav/0001-Check-the-the-title-parts-read-are-available.patch
=====================================
@@ -17,7 +17,7 @@ index 7c8e6e6..ba27306 100644
if(ptitle->vts_ttn == 0)
goto fail;
ptt = ifo->vts_ptt_srpt->title[ptitle->vts_ttn-1].ptt;
-+ if (parts >= ifo->vts_ptt_srpt->title[ptitle->vts_ttn-1].nr_of_ptts) {
++ if (parts > ifo->vts_ptt_srpt->title[ptitle->vts_ttn-1].nr_of_ptts) {
+ printerr("Too many parts, using the ones available.");
+ parts = ifo->vts_ptt_srpt->title[ptitle->vts_ttn-1].nr_of_ptts;
+ }
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c149deb2c7c16318f85376a3fe95769a07b04781
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c149deb2c7c16318f85376a3fe95769a07b04781
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list