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
9c101867
authored
Jan 17, 2022
by
OxygenCobalt
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix nitpicks
Fix some more nitpicks I encountered.
parent
a4682cbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/FlacStreamMetadata.java
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/VorbisUtil.java
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/FlacStreamMetadata.java
View file @
9c101867
...
...
@@ -249,7 +249,9 @@ public final class FlacStreamMetadata {
return
metadata
==
null
?
other
:
metadata
.
copyWithAppendedEntriesFrom
(
other
);
}
/** Returns */
/**
* Returns a new Metadata instance created from {@code vorbisComments} and {@code pictureFrames}
*/
@Nullable
private
static
Metadata
concatenateVorbisMetadata
(
List
<
String
>
vorbisComments
,
...
...
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/VorbisUtil.java
View file @
9c101867
...
...
@@ -265,7 +265,7 @@ public final class VorbisUtil {
}
/**
* Builds a metadata instance from
Vorbis c
omments.
* Builds a metadata instance from
a list of Vorbis C
omments.
*
* METADATA_BLOCK_PICTURE comments will be transformed into picture frames.
* All others will be transformed into vorbis comments.
...
...
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