Skip to content

Commit

Permalink
finally fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Mar 27, 2015
1 parent c07dcde commit 277373d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public CencEncryptingTrackImpl(Track source, UUID defaultKeyId, Map<UUID, Secret
*
* @param source unencrypted source file
* @param defaultKeyId the default key ID - might be null if sample are not encrypted by default
* @param keys key ID -> key map
* @param keys key ID to key map
* @param keyRotation assigns an encryption group to a number of samples
* @param encryptionAlgo cenc or cbc1 (don't use cbc1)
* @param dummyIvs disables RNG for IVs and use IVs starting with 0x00...000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
* https://msdn.microsoft.com/en-us/library/windows/desktop/dd743066(v=vs.85).aspx
* https://metacpan.org/source/EXIFTOOL/Image-ExifTool-9.76/lib/Image/ExifTool/Microsoft.pm
* http://www.ventismedia.com/mantis/view.php?id=12017
* http://www.hydrogenaudio.org/forums/index.php?showtopic=75123&st=250
* http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=76321
* http://www.hydrogenaudio.org/forums/index.php?showtopic=75123&amp;st=250
* http://www.mediamonkey.com/forum/viewtopic.php?f=1&amp;t=76321
* https://code.google.com/p/mp4v2/issues/detail?id=113
*
* @author marwatk
Expand Down

0 comments on commit 277373d

Please sign in to comment.