Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
69a716f6
authored
Jul 18, 2022
by
Manisha Jajoo
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix review comments in RtpH263ReaderTest
parent
3bacb164
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
libraries/exoplayer_rtsp/src/test/java/androidx/media3/exoplayer/rtsp/reader/RtpH263ReaderTest.java
libraries/exoplayer_rtsp/src/test/java/androidx/media3/exoplayer/rtsp/reader/RtpH263ReaderTest.java
View file @
69a716f6
...
...
@@ -42,7 +42,7 @@ import org.mockito.junit.MockitoRule;
public
final
class
RtpH263ReaderTest
{
private
static
final
byte
[]
FRAME_1_FRAGMENT_1_DATA
=
getBytesFromHexString
(
"80020c0419b7b7d9591f03023e0c37b"
);
private
final
RtpPacket
FRAME_1_FRAGMENT_1
=
private
static
final
RtpPacket
FRAME_1_FRAGMENT_1
=
new
RtpPacket
.
Builder
()
.
setTimestamp
((
int
)
2599168056L
)
.
setSequenceNumber
(
40289
)
...
...
@@ -67,7 +67,7 @@ public final class RtpH263ReaderTest {
private
static
final
byte
[]
FRAME_2_FRAGMENT_1_DATA
=
getBytesFromHexString
(
"800a0e023ffffffffffffffffff"
);
private
final
RtpPacket
FRAME_2_FRAGMENT_1
=
private
static
final
RtpPacket
FRAME_2_FRAGMENT_1
=
new
RtpPacket
.
Builder
()
.
setTimestamp
((
int
)
2599168344L
)
.
setSequenceNumber
(
40291
)
...
...
@@ -174,7 +174,7 @@ public final class RtpH263ReaderTest {
FRAME_1_FRAGMENT_1
.
timestamp
,
FRAME_1_FRAGMENT_1
.
sequenceNumber
);
consume
(
h263Reader
,
FRAME_1_FRAGMENT_1
);
consume
(
h263Reader
,
FRAME_2_FRAGMENT_1
);
consume
(
h263Reader
,
FRAME_1_FRAGMENT_
1
);
consume
(
h263Reader
,
FRAME_1_FRAGMENT_
2
);
consume
(
h263Reader
,
FRAME_2_FRAGMENT_2
);
trackOutput
=
extractorOutput
.
trackOutputs
.
get
(
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment