Skip to content

Commit 890ab22

Browse files
committed
PDFBOX-6122: fix cardinality of YCbCrSubSampling and YCbCrPositioning
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930538 13f79535-47bb-0310-9956-ffa450edef68
1 parent e4a3dbe commit 890ab22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmpbox/src/main/java/org/apache/xmpbox/schema/TiffSchema.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ public class TiffSchema extends XMPSchema
6868
@PropertyType(type = Types.Integer, card = Cardinality.Simple)
6969
public static final String PLANAR_CONFIGURATION = "PlanarConfiguration";
7070

71-
@PropertyType(type = Types.Integer, card = Cardinality.Simple)
71+
@PropertyType(type = Types.Integer, card = Cardinality.Seq)
7272
public static final String YCB_CR_SUB_SAMPLING = "YCbCrSubSampling";
7373

74-
@PropertyType(type = Types.Integer, card = Cardinality.Seq)
74+
@PropertyType(type = Types.Integer, card = Cardinality.Simple)
7575
public static final String YCB_CR_POSITIONING = "YCbCrPositioning";
7676

7777
@PropertyType(type = Types.Rational, card = Cardinality.Simple)

0 commit comments

Comments
 (0)