Fixed some spaces

This commit is contained in:
Marcus Wichelmann 2021-09-13 12:34:44 +02:00
parent dbc7088716
commit 45db77dc6d
No known key found for this signature in database
GPG key ID: D9FC1B92E557C80D

View file

@ -452,7 +452,7 @@ public final class NalUnitUtil {
}
/**
* Parses a H.265 SPS NAL unit payload (excluding the NAL unit header) using the syntax defined in ITU-T Recommendation H.265 (2019)
* Parses a H.265 SPS NAL unit payload (excluding the NAL unit header) using the syntax defined in ITU-T Recommendation H.265 (2019)
* subsection 7.3.2.2.1.
*
* @param nalData A buffer containing escaped SPS data.
@ -615,7 +615,7 @@ public final class NalUnitUtil {
}
/**
* Parses a PPS NAL unit payload (excluding the NAL unit header) using the syntax defined in ITU-T Recommendation H.264 (2013)
* Parses a PPS NAL unit payload (excluding the NAL unit header) using the syntax defined in ITU-T Recommendation H.264 (2013)
* subsection 7.3.2.2.
*
* @param nalData A buffer containing escaped PPS data.