[libdvdnav-devel] [Git][videolan/libdvdread][master] ifo_read: keep the unknown TXTDT_MG second field

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Dec 18 18:37:48 UTC 2021



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


Commits:
9a9072a7 by Steve Lhomme at 2021-12-17T14:10:37+01:00
ifo_read: keep the unknown TXTDT_MG second field

It is not checked to be zero as most other field so may contain useful values.

- - - - -


1 changed file:

- src/dvdread/ifo_types.h


Changes:

=====================================
src/dvdread/ifo_types.h
=====================================
@@ -588,7 +588,7 @@ typedef struct {
  */
 typedef struct {
   char disc_name[12];
-  uint16_t zero_1;
+  uint16_t unknown1;
   uint16_t nr_of_language_units;
   uint32_t last_byte;
   txtdt_lu_t *lu;



View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/9a9072a73fe97e1d78af920ea28fbfee14b9978d

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




More information about the libdvdnav-devel mailing list