Skip to content

Commit 23b46d2

Browse files
committed
Move NAL unit utils to extractor module
PiperOrigin-RevId: 405473686
1 parent 101b94f commit 23b46d2

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

library/common/src/main/java/com/google/android/exoplayer2/util/ParsableNalUnitBitArray.java renamed to library/extractor/src/main/java/com/google/android/exoplayer2/util/ParsableNalUnitBitArray.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package com.google.android.exoplayer2.util;
1717

18+
1819
/**
1920
* Wraps a byte array, providing methods that allow it to be read as a NAL unit bitstream.
2021
*

0 commit comments

Comments
 (0)