mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix indentation and missing javadoc
This commit is contained in:
parent
6dbce88102
commit
1b39d21ed4
1 changed files with 8 additions and 7 deletions
|
|
@ -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…
Reference in a new issue