Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
237 stars 77 forks source link

equalsWithMask() does not compare the last byte of the UL #324

Closed palemieux closed 2 years ago

palemieux commented 2 years ago

https://github.com/Netflix/photon/blob/ab668a76b9b3dbc3d19637cbf9b03be097ec8639/src/main/java/com/netflix/imflibrary/st0377/header/UL.java#L138

for (int i = 0; i < 16; i++) {