dvd_reader.h | dvd_reader.h | |||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
/** | /** | |||
* The DVD access interface. | * The DVD access interface. | |||
* | * | |||
* This file contains the functions that form the interface to to | * This file contains the functions that form the interface to to | |||
* reading files located on a DVD. | * reading files located on a DVD. | |||
*/ | */ | |||
/** | /** | |||
* The current version. | * The current version. | |||
*/ | */ | |||
#define DVDREAD_VERSION 904 | #define DVDREAD_VERSION 50000 | |||
/** | /** | |||
* The length of one Logical Block of a DVD. | * The length of one Logical Block of a DVD. | |||
*/ | */ | |||
#define DVD_VIDEO_LB_LEN 2048 | #define DVD_VIDEO_LB_LEN 2048 | |||
/** | /** | |||
* Maximum length of filenames allowed in UDF. | * Maximum length of filenames allowed in UDF. | |||
*/ | */ | |||
#define MAX_UDF_FILE_NAME_LEN 2048 | #define MAX_UDF_FILE_NAME_LEN 2048 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||