Skip to content

Commit

Permalink
remove logcat
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Sep 30, 2024
1 parent 897f069 commit 9e1f8be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class H264Packet: BasePacket(RtpConstants.clockVideoFrequency,
private fun setSpsPps(sps: ByteArray, pps: ByteArray) {
this.sps = sps
this.pps = pps
Log.e("Pedro", "sps: ${sps.size}, pps: ${pps.size}")
stapA = ByteArray(sps.size + pps.size + 5)
stapA?.let {
// STAP-A NAL header is 24
Expand Down

0 comments on commit 9e1f8be

Please sign in to comment.