Decrypt CSS images on conversion

This commit is contained in:
Rebecca Wallander
2023-07-29 23:50:37 +02:00
parent 1eb45e5cac
commit e7ede15234
7 changed files with 5409 additions and 8248 deletions

View File

@@ -409,7 +409,7 @@ partial class Dump
if(discKey != null)
{
CSS.DecryptTitleKey(0, discKey, titleKey.Value.Key, out buffer);
CSS.DecryptTitleKey(discKey, titleKey.Value.Key, out buffer);
outputFormat.WriteSectorTag(buffer, missingKey, SectorTagType.DvdTitleKeyDecrypted);
}