From 4f480905dcabb97d536d307471b212ff69fded79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 18 Aug 2020 13:12:30 +0200 Subject: [PATCH] fix: adjust BD_SL_SIZE to the most commonly found size in the field This is also the size reported by Wikipedia. TODO: add a CLI option to specify a medium of arbitrary size, especially important for RS03. --- dvdisaster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvdisaster.h b/dvdisaster.h index 7fb980b..778ff6c 100644 --- a/dvdisaster.h +++ b/dvdisaster.h @@ -98,7 +98,7 @@ #define CDR_SIZE (351*1024) #define DVD_SL_SIZE 2295104 /* DVD+R/RW size used as least common denominator */ #define DVD_DL_SIZE 4171712 /* also seen: 4148992 4173824 */ -#define BD_SL_SIZE 11826176 +#define BD_SL_SIZE 12219392 #define BD_DL_SIZE 23652352 #define BDXL_TL_SIZE 47305728