Fix indentation and missing javadoc

This commit is contained in:
Oliver Woodman 2016-10-24 19:22:41 +01:00
parent 6dbce88102
commit 1b39d21ed4

View File

@ -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) {