comparison dvdread/dvd_reader.h @ 366:5b8539cacebf src

workaround wrong filesize indicated in the UDF; patch by unknown author posted by Alexander Roalter it
author nicodvb
date Tue, 27 May 2008 21:53:10 +0000
parents 59b5753b09d7
children
comparison
equal deleted inserted replaced
365:b19a644148a9 366:5b8539cacebf
227 * @return 0 on success, -1 on error. 227 * @return 0 on success, -1 on error.
228 */ 228 */
229 int DVDUDFVolumeInfo( dvd_reader_t *, char *, unsigned int, 229 int DVDUDFVolumeInfo( dvd_reader_t *, char *, unsigned int,
230 unsigned char *, unsigned int ); 230 unsigned char *, unsigned int );
231 231
232 int DVDFileSeekForce( dvd_file_t *, int offset, int force_size);
233
232 /** 234 /**
233 * Get the ISO9660 VolumeIdentifier and VolumeSetIdentifier 235 * Get the ISO9660 VolumeIdentifier and VolumeSetIdentifier
234 * 236 *
235 * * Only use this function as fallback if DVDUDFVolumeInfo returns 0 * 237 * * Only use this function as fallback if DVDUDFVolumeInfo returns 0 *
236 * * this will happen on a disc mastered only with a iso9660 filesystem * 238 * * this will happen on a disc mastered only with a iso9660 filesystem *