mirror of
https://github.com/androidx/media.git
synced 2025-05-15 11:39:56 +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 isQuickTime True for QuickTime media. False otherwise.
|
||||
* @return Parsed metadata, or null.
|
||||
*/
|
||||
public static Metadata parseUdta(Atom.LeafAtom udtaAtom, boolean isQuickTime) {
|
||||
if (isQuickTime) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user