From 2a3dffd7836e079e48f6ad9f28dcf3894ff1aa26 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 27 Nov 2015 10:32:54 +0000 Subject: [PATCH] Solved repeated field names. --- ChangeLog | 5 +++++ DVD/PFI.cs | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 675e500a8..414db1e8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-11-27 Natalia Portillo + + * DVD/PFI.cs: + Solved repeated field names. + 2015-11-27 Natalia Portillo * DVD/PFI.cs: diff --git a/DVD/PFI.cs b/DVD/PFI.cs index b248f897b..9b1d16b1f 100644 --- a/DVD/PFI.cs +++ b/DVD/PFI.cs @@ -182,7 +182,7 @@ namespace DiscImageChef.Decoders.DVD /// Disc type, respecting case recordability /// public DVDRAMDiscType DiscType; - #region DVD-RAM PFI + #endregion DVD-RAM PFI #region DVD-RAM PFI, Version 0001b /// @@ -704,14 +704,14 @@ namespace DiscImageChef.Decoders.DVD /// Indicates how many bytes, up to 63, are used in ADIP's PFI /// public byte PFIUsedInADIP; - #region DVD+RW PFI and DVD+R PFI + #endregion DVD+RW PFI and DVD+R PFI #region DVD+RW PFI, version 0010b /// /// Byte 55 /// Ttop first pulse duration /// - public byte FirstPulseDuration; + public byte TopFirstPulseDuration; /// /// Byte 56 /// Tmp multi pulse duration @@ -869,7 +869,7 @@ namespace DiscImageChef.Decoders.DVD /// Byte 36 /// Primary recording velocity for the basic write strategy /// - public byte PrimaryVelocity; + public byte BasicPrimaryVelocity; /// /// Byte 37 /// Maximum read power at Primary velocity @@ -1193,7 +1193,7 @@ namespace DiscImageChef.Decoders.DVD public enum DVDRecordingSpeed { - None = 0 + None = 0, Two = 0, Four = 0x10, Six = 0x20,