v1.0.0-rc.3.1: silent-failure guards (mux empty/zero-frame, CSS crack-vs-unencrypted), Windows keydb path, AlignmentMask, English errors

This commit is contained in:
Matthew Jackson
2026-06-22 18:07:48 -07:00
parent 63ca840b7e
commit ab959dd770
13 changed files with 508 additions and 43 deletions
+1
View File
@@ -102,6 +102,7 @@ fn synthetic_disc(capacity_sectors: u32) -> Disc {
css: None,
encrypted: false,
aacs_error: None,
css_error: None,
content_format: ContentFormat::BdTs,
}
}
+1
View File
@@ -102,6 +102,7 @@ fn synthetic_disc(capacity_sectors: u32) -> Disc {
css: None,
encrypted: false,
aacs_error: None,
css_error: None,
content_format: ContentFormat::BdTs,
}
}
+1
View File
@@ -186,6 +186,7 @@ fn synthetic_disc(capacity_sectors: u32) -> Disc {
css: None,
encrypted: false,
aacs_error: None,
css_error: None,
content_format: ContentFormat::BdTs,
}
}