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
234 stars 77 forks source link

EssenceDescriptor Equivalence Check #216

Closed pfirth3 closed 6 years ago

pfirth3 commented 6 years ago

We have a supplemental package that has video assets that were created with two different J2K encoders. The only difference between the essence descriptors for these two assets is the CodingStyleDefault and QuantizationDefault. These values are different even though the exact same settings were used to create the video assets. All other parameters in the JPEG2000SubDescriptor are the same. I noticed in the code that there is a list of fields that are ignored when checking for essence descriptor equivalence. Should these fields be added to the ignore list when checking for essence descriptor equivalence?

svenkatrav commented 6 years ago

This is fixed in 4.5.11.