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
8fcd6bbf
authored
Jan 18, 2023
by
rohks
Committed by
christosts
Jan 18, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix javadoc references to `writeSampleData`
PiperOrigin-RevId: 502821506
parent
76af4270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/MatroskaExtractor.java
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/MatroskaExtractor.java
View file @
8fcd6bbf
...
...
@@ -1649,8 +1649,8 @@ public class MatroskaExtractor implements Extractor {
}
/**
* Called by {@link #writeSampleData(ExtractorInput, Track, int
)} when the sample has been
* written. Returns the final sample size and resets state for the next sample.
* Called by {@link #writeSampleData(ExtractorInput, Track, int
, boolean)} when the sample has
*
been
written. Returns the final sample size and resets state for the next sample.
*/
private
int
finishWriteSampleData
()
{
int
sampleSize
=
sampleBytesWritten
;
...
...
@@ -1658,7 +1658,7 @@ public class MatroskaExtractor implements Extractor {
return
sampleSize
;
}
/** Resets state used by {@link #writeSampleData(ExtractorInput, Track, int)}. */
/** Resets state used by {@link #writeSampleData(ExtractorInput, Track, int
, boolean
)}. */
private
void
resetWriteSampleData
()
{
sampleBytesRead
=
0
;
sampleBytesWritten
=
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