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 76 forks source link

Capitalization incorrect in package declaration #311

Open palemieux opened 2 years ago

palemieux commented 2 years ago

package com.netflix.imflibrary.st2067_100.macro.audioRoutingMixingpackage com.netflix.imflibrary.st2067_100.macro.AudioRoutingMixing;

https://github.com/Netflix/photon/blob/87a30904c112dd39d6483a02fdf565714e01a134/src/main/java/com/netflix/imflibrary/st2067_100/macro/AudioRoutingMixing/InputEntity.java#L19

This issue is present in several locations.