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

Modified the getEssenceDuration method to perform as expected. This … #212

Closed kfreund closed 6 years ago

kfreund commented 6 years ago

…method should return the longest duration of the timeline tracks. It currently returns the summation of all the durations.