mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Fix nitpicks
Fix some more nitpicks I encountered.
This commit is contained in:
parent
a4682cbff5
commit
9c1018679a
2 changed files with 4 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ public final class VorbisUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Builds a metadata instance from Vorbis comments.
|
||||
* Builds a metadata instance from a list of Vorbis Comments.
|
||||
*
|
||||
* METADATA_BLOCK_PICTURE comments will be transformed into picture frames.
|
||||
* All others will be transformed into vorbis comments.
|
||||
|
|
|
|||
Loading…
Reference in a new issue