Skip to content

Commit af67e05

Browse files
committed
Added release note
1 parent cacbbdb commit af67e05

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

RELEASENOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
* DASH extension:
5555
* Smooth Streaming extension:
5656
* RTSP extension:
57+
* Add support for RTP Aggregation Packet for H265 in accordance with RFC
58+
7798#4.4.2 ([#2413](https://github.com/androidx/media/pull/2413)).
5759
* Decoder extensions (FFmpeg, VP9, AV1, etc.):
5860
* MIDI extension:
5961
* Leanback extension:

libraries/exoplayer_rtsp/src/main/java/androidx/media3/exoplayer/rtsp/reader/RtpH265Reader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private void processSingleNalUnitPacket(ParsableByteArray data) {
167167
}
168168

169169
/**
170-
* Processes Single NAL Unit packet (RFC7798 Section 4.4.2).
170+
* Processes Aggregation packet (RFC7798 Section 4.4.2).
171171
*
172172
* <p>Outputs 2 or more NAL Unit (with start code prepended) to {@link #trackOutput}. Sets {@link
173173
* #bufferFlags} and {@link #fragmentedSampleSizeBytes} accordingly.

0 commit comments

Comments
 (0)