Skip to content

Commit 5d7d756

Browse files
committed
Referencing github issue for context/reference in comment
1 parent 0701cbe commit 5d7d756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/netflix/imflibrary/st2067_2/Application2E2021.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ private static boolean validateHT(CompositionImageEssenceDescriptorModel imageDe
521521
* NOTE: The Parameter B constraints in ST 2067-21:2023 are arguably too narrow, and existing implementations do violate them under certain circumstances.
522522
* Since practical issues are not expected from software decoders for Parameter B values <= 24, we only raise WARNING for spec violations below that threshold.
523523
*
524-
* TODO: This should be revisited as more implementations become available.
524+
* TODO: This should be revisited as more implementations become available. Discussion for reference: https://github.com/SMPTE/st2067-21/issues/7
525525
*/
526526

527527
if (codestreamB > 24) {

0 commit comments

Comments
 (0)