Skip to content

Commit

Permalink
Referencing github issue for context/reference in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fschleich committed Aug 15, 2024
1 parent 0701cbe commit 5d7d756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ private static boolean validateHT(CompositionImageEssenceDescriptorModel imageDe
* NOTE: The Parameter B constraints in ST 2067-21:2023 are arguably too narrow, and existing implementations do violate them under certain circumstances.
* Since practical issues are not expected from software decoders for Parameter B values <= 24, we only raise WARNING for spec violations below that threshold.
*
* TODO: This should be revisited as more implementations become available.
* TODO: This should be revisited as more implementations become available. Discussion for reference: https://github.com/SMPTE/st2067-21/issues/7
*/

if (codestreamB > 24) {
Expand Down

0 comments on commit 5d7d756

Please sign in to comment.