Add support for dumping the 2nd layer PFI of DVDs.

This commit is contained in:
2025-12-14 11:23:54 +00:00
parent c92b3f636a
commit 1aa8271d62
7 changed files with 58 additions and 1 deletions

View File

@@ -6892,5 +6892,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Media_identified_as", resourceCulture);
}
}
public static string DVD_2nd_layer_Physical_Format_Information_contained_in_image_WithMarkup {
get {
return ResourceManager.GetString("DVD_2nd_layer_Physical_Format_Information_contained_in_image_WithMarkup", resourceCulture);
}
}
}
}