[libdvdnav-devel] [Git][videolan/libdvdread][master] 4 commits: nav_read: split the documentation for navRead_PCI/navRead_ASV_PCI
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Fri Aug 14 09:10:25 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
7ee3ec19 by Steve Lhomme at 2026-08-14T10:57:00+02:00
nav_read: split the documentation for navRead_PCI/navRead_ASV_PCI
- - - - -
78bc5494 by Steve Lhomme at 2026-08-14T10:57:00+02:00
nav_read: document the number of bytes read by navRead_DSI()
- - - - -
39047aa0 by Steve Lhomme at 2026-08-14T10:57:00+02:00
nav_read: document the number of bytes read by navRead_ASV_PCI()
- - - - -
4127ab31 by Steve Lhomme at 2026-08-14T10:57:00+02:00
nav_read: document the number of bytes read by navRead_PCI()
- - - - -
1 changed file:
- src/dvdread/nav_read.h
Changes:
=====================================
src/dvdread/nav_read.h
=====================================
@@ -36,16 +36,26 @@ extern "C" {
* Reads the PCI packet data pointed to into th pci struct.
*
* @param pci Pointer to the PCI data structure to be filled in.
- * @param buffer Pointer to the buffer of the on disc PCI data.
+ * @param buffer Pointer to the buffer of the on disc PCI data
+ * containing at least 790 bytes.
*/
DVDREAD_API void navRead_PCI(pci_t *, unsigned char *);
+
+/**
+ * Reads the still picture NAV PCI packet data pointed to into th pci struct.
+ *
+ * @param pci Pointer to the PCI data structure to be filled in.
+ * @param buffer Pointer to the buffer of the on disc PCI data
+ * containing at least 694 bytes.
+ */
DVDREAD_API void navRead_ASV_PCI(pci_t *, unsigned char *);
/**
* Reads the DSI packet data pointed to into dsi struct.
*
* @param dsi Pointer to the DSI data structure to be filled in.
- * @param buffer Pointer to the buffer of the on disc DSI data.
+ * @param buffer Pointer to the buffer of the on disc DSI data
+ * containing at least 674 bytes.
*/
DVDREAD_API void navRead_DSI(dsi_t *, unsigned char *);
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/ce9bdb7775601f4e6b95136b875bc72a53c5ba7d...4127ab3198a2a3467206f904ec0d23509becabee
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/ce9bdb7775601f4e6b95136b875bc72a53c5ba7d...4127ab3198a2a3467206f904ec0d23509becabee
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the libdvdnav-devel
mailing list