Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 599774 Details for
Bug 842016
libdvdread-devel: DVDFileStat is broken
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch used in recent version
libdvdread-dvdstat.patch (text/plain), 840 bytes, created by
Honza Horak
on 2012-07-23 12:48:10 UTC
(
hide
)
Description:
patch used in recent version
Filename:
MIME Type:
Creator:
Honza Horak
Created:
2012-07-23 12:48:10 UTC
Size:
840 bytes
patch
obsolete
>diff -up libdvdread-4.1.4/src/dvdread/dvd_reader.h.dvdstat libdvdread-4.1.4/src/dvdread/dvd_reader.h >--- libdvdread-4.1.4/src/dvdread/dvd_reader.h.dvdstat 2012-07-23 14:39:25.472857217 +0200 >+++ libdvdread-4.1.4/src/dvdread/dvd_reader.h 2012-07-23 14:39:34.456486366 +0200 >@@ -70,9 +70,13 @@ typedef struct dvd_reader_s dvd_reader_t > typedef struct dvd_file_s dvd_file_t; > > /** >- * Opaque type that is used to provide statistics on a handle. >+ * Public type that is used to provide statistics on a handle. > */ >-typedef struct dvd_stat_s dvd_stat_t; >+typedef struct { >+ off_t size; /**< Total size of file in bytes */ >+ int nr_parts; /**< Number of file parts */ >+ off_t parts_size[9]; /**< Size of each part in bytes */ >+} dvd_stat_t; > > /** > * Opens a block device of a DVD-ROM file, or an image file, or a directory
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 842016
:
599774
|
599775