mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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);
|
return metadata == null ? other : metadata.copyWithAppendedEntriesFrom(other);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns */
|
/**
|
||||||
|
* Returns a new Metadata instance created from {@code vorbisComments} and {@code pictureFrames}
|
||||||
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
private static Metadata concatenateVorbisMetadata(
|
private static Metadata concatenateVorbisMetadata(
|
||||||
List<String> vorbisComments,
|
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.
|
* METADATA_BLOCK_PICTURE comments will be transformed into picture frames.
|
||||||
* All others will be transformed into vorbis comments.
|
* All others will be transformed into vorbis comments.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue