File tree 1 file changed +2
-3
lines changed
src/main/java/com/netflix/imflibrary/st2067_2
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ public CompositionImageEssenceDescriptorModel(@Nonnull UUID imageEssencedescript
177
177
this .sampling = Sampling .Unknown ;
178
178
parseApp5SubDescriptors ();
179
179
parseApp5PixelLayout ();
180
- parseApp5VideoLineMap ();
181
180
} else {
182
181
this .pixelBitDepth = null ;
183
182
this .quantization = Quantization .Unknown ;
@@ -196,7 +195,7 @@ public CompositionImageEssenceDescriptorModel(@Nonnull UUID imageEssencedescript
196
195
197
196
this .sampling = parseSampling (this .colorModel );
198
197
}
199
-
198
+ parseVideoLineMap ();
200
199
this .j2kParameters = J2KHeaderParameters .fromDOMNode (imageEssencedescriptorDOMNode );
201
200
}
202
201
else {
@@ -707,7 +706,7 @@ private void parseApp5SubDescriptors() {
707
706
return ;
708
707
}
709
708
710
- private void parseApp5VideoLineMap () {
709
+ private void parseVideoLineMap () {
711
710
DOMNodeObjectModel videoLineMap = imageEssencedescriptorDOMNode .getDOMNode (regXMLLibDictionary .getSymbolNameFromURN (videoLineMapUL ));
712
711
if (videoLineMap == null ) {
713
712
imfErrorLogger .addError (IMFErrorLogger .IMFErrors .ErrorCodes .APPLICATION_COMPOSITION_ERROR ,
You can’t perform that action at this time.
0 commit comments