mirror of
https://github.com/androidx/media.git
synced 2025-05-15 19:49:50 +08:00
Fix indentation and missing javadoc
This commit is contained in:
parent
6dbce88102
commit
1b39d21ed4
@ -407,6 +407,7 @@ import java.util.List;
|
|||||||
*
|
*
|
||||||
* @param udtaAtom The udta (user data) atom to decode.
|
* @param udtaAtom The udta (user data) atom to decode.
|
||||||
* @param isQuickTime True for QuickTime media. False otherwise.
|
* @param isQuickTime True for QuickTime media. False otherwise.
|
||||||
|
* @return Parsed metadata, or null.
|
||||||
*/
|
*/
|
||||||
public static Metadata parseUdta(Atom.LeafAtom udtaAtom, boolean isQuickTime) {
|
public static Metadata parseUdta(Atom.LeafAtom udtaAtom, boolean isQuickTime) {
|
||||||
if (isQuickTime) {
|
if (isQuickTime) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user