[libdvdnav-devel] [Git][videolan/libdvdread][master] Swap pgc_t's still_time and pg_playback_mode which are currently

Jean-Baptiste Kempf gitlab at videolan.org
Sat Aug 10 12:57:15 CEST 2019



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread


Commits:
f95662fc by John Sullivan at 2019-08-09T12:23:15Z
Swap pgc_t's still_time and pg_playback_mode which are currently
the wrong way round, which prevents some discs from playing.

- - - - -


1 changed file:

- src/dvdread/ifo_types.h


Changes:

=====================================
src/dvdread/ifo_types.h
=====================================
@@ -294,8 +294,8 @@ typedef struct {
   uint16_t next_pgc_nr;
   uint16_t prev_pgc_nr;
   uint16_t goup_pgc_nr;
-  uint8_t  still_time;
   uint8_t  pg_playback_mode;
+  uint8_t  still_time;
   uint32_t palette[16]; /* New type struct {zero_1, Y, Cr, Cb} ? */
   uint16_t command_tbl_offset;
   uint16_t program_map_offset;



View it on GitLab: https://code.videolan.org/videolan/libdvdread/commit/f95662fca27e7e2940c22110335654db46bf9c39

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/commit/f95662fca27e7e2940c22110335654db46bf9c39
You're receiving this email because of your account on code.videolan.org.




More information about the libdvdnav-devel mailing list